2 small typos

Daretmavi 2022-01-04 14:12:05 +01:00
parent 38740f4cd5
commit d15f6a60a3
1 changed files with 2 additions and 2 deletions

@ -26,7 +26,7 @@ Once rendering is paused, the /dmap commands can be used to add, remove, reorder
* To list the maps for a given world: `/dmap maplist <worldname>`
* To delete a map from a given world: `/map mapdelete <worldname>:<mapname>`
* To delete a map from a given world: `/dmap mapdelete <worldname>:<mapname>`
* To add a new map to a given world (with a given title, perspective, shader, and lighting): `/dmap mapadd <worldname>:<mapname> title:<"map-title"> perspective:<perspective-id> shader:<shader-id> lighting:<lighting-id>`
@ -52,7 +52,7 @@ Once rendering is paused, the /dmap commands can be used to add, remove, reorder
* To list the availale shaders: `/dmap shaderlist`
* To list the available lightings: `/dmap lighinglist`
* To list the available lightings: `/dmap lightinglist`
* To set a map to appear on the same line as maps of another world: `/dmap mapset <worldname>:<mapname> append-to-world:<another_worldname>`