LuaLibraryUtils: eraseMap fix
authorWuzzy
Wed, 02 May 2018 23:15:10 +0100
changeset 1359 d886660be4d0
parent 1358 a09a11ea67b4
child 1360 3ea63f51e092
LuaLibraryUtils: eraseMap fix
LuaLibraryUtils.wiki
--- a/LuaLibraryUtils.wiki	Wed May 02 23:14:45 2018 +0100
+++ b/LuaLibraryUtils.wiki	Wed May 02 23:15:10 2018 +0100
@@ -17,4 +17,4 @@
 Completely fill the current map with land. Requires `MapGen` to be set to `mgDrawn`. `FlushPoints()` will be called at the end, unless `flush` is set to `false`.
 
 == `eraseMap(flush)` ==
-Completely erase all land from drawn maps. Requires `MapGen` to be set to `mgDrawn`. `FlushPoints()` will be called at the end, unless `flush` is set to `false`.
\ No newline at end of file
+Completely erase all land from current map. Requires `MapGen` to be set to `mgDrawn`. `FlushPoints()` will be called at the end, unless `flush` is set to `false`.
\ No newline at end of file