mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
reference: fix typos
This commit is contained in:
parent
709b27b519
commit
26fd756321
1 changed files with 2 additions and 2 deletions
|
@ -1281,7 +1281,7 @@ While other server commands can be executed while a `//subdivide` is running, `/
|
|||
|
||||
```weacmd
|
||||
//subdivide 10 10 10 set dirt
|
||||
//subdivice 25 25 25 fixlight
|
||||
//subdivide 25 25 25 fixlight
|
||||
```
|
||||
|
||||
|
||||
|
@ -1426,7 +1426,7 @@ Here are some more examples:
|
|||
|
||||
|
||||
### `//listentities`
|
||||
Lists all currently loaded ObjectRefs. Displays their IDs, Names (if possible), and possitions.
|
||||
Lists all currently loaded ObjectRefs. Displays their IDs, Names (if possible), and positions.
|
||||
|
||||
This command is intended for development and modding. You will not normally need to use this command using WorldEditAdditions.
|
||||
|
||||
|
|
Loading…
Reference in a new issue