summaryrefslogtreecommitdiff
path: root/pos.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pos.lua')
-rw-r--r--pos.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pos.lua b/pos.lua
index 0ff94d7..80ff5b5 100644
--- a/pos.lua
+++ b/pos.lua
@@ -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