Common Mistakes: Fix typo
This commit is contained in:
parent
7cf48f5132
commit
69bb5c1a0d
@ -24,7 +24,7 @@ The methods of ObjectRefs will always return nil when invalid, since Minetest 5.
|
|||||||
Any call will essentially be ignored.
|
Any call will essentially be ignored.
|
||||||
|
|
||||||
You should avoid storing ObjectRefs where possible. If you do to store an
|
You should avoid storing ObjectRefs where possible. If you do to store an
|
||||||
ObjectRef, you should make you check it before use, like so:
|
ObjectRef, you should make sure you check it before use, like so:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- This only works in Minetest 5.2+
|
-- This only works in Minetest 5.2+
|
||||||
|
Loading…
Reference in New Issue
Block a user