From 255b19f5458e45d6fe082b36d32ea6cb2c57eedc Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Sun, 21 Jul 2019 00:32:39 -0500 Subject: [PATCH] Add "return" to "tpp" command Forgot to add a missing function! --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index d6a457a..93992ca 100644 --- a/init.lua +++ b/init.lua @@ -381,6 +381,7 @@ if enable_tpp_command then -- Check if the place exists. elseif not available_places[param] then minetest.chat_send_player(player, S("There is no place by that name. Keep in mind this is case-sensitive.")) + return end end, })