# HG changeset patch
# User Wuzzy
# Date 1525299310 -3600
# Node ID d886660be4d016bdb723bec7de2ac8cc9d260ef4
# Parent  a09a11ea67b4a504fc84e98b22cd2805f5ae1392
LuaLibraryUtils: eraseMap fix

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