diff options
| author | ShadowNinja <noreply@gmail.com> | 2013-09-08 20:52:20 -0400 |
|---|---|---|
| committer | ShadowNinja <noreply@gmail.com> | 2013-09-08 20:52:20 -0400 |
| commit | 547fa726bfe4c8e0c984bbda55962e801d873080 (patch) | |
| tree | 4b0ffde0c8d35c0a34bbd57aa7926450aeaa5460 | |
| parent | e86c760c782d4c521ebcac031d9c3f1fd691880e (diff) | |
Fix crash with invalid number passed to select_area
| -rw-r--r-- | pos.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ minetest.register_chatcommand("select_area", { if not id then minetest.chat_send_player(name, "Invalid usage, see /help select_area.") + return end for k, area in pairs(areas.areas) do |
