diff -r cf7f4be0c083 -r 2bf17581d46b LuaAPI.wiki --- a/LuaAPI.wiki Mon Mar 28 20:59:22 2016 +0100 +++ b/LuaAPI.wiki Mon Mar 28 21:01:12 2016 +0100 @@ -1236,7 +1236,7 @@ Writes `string` to `Logs/game0.log`, found in the user data directory. === `DumpPoint(x, y)` (0.9.23) === -Writes the numbers `x` and `y` to `Logs/game0.log, one line each. +Converts the whole numbers `x` and `y` to strings and writes them to `Logs/game0.log`, one line each. === !ParseCommand(string) === Makes the game client parse the specified custom command.