diff -r a09a11ea67b4 -r d886660be4d0 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