LuaLibraryUtils.wiki
changeset 1359 d886660be4d0
parent 1358 a09a11ea67b4
child 1373 2eedf1c53951
--- 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