Add "return" to "tpp" command

Forgot to add a missing function!
This commit is contained in:
Panquesito7 2019-07-21 00:32:39 -05:00 committed by GitHub
parent aeec8ce57a
commit 255b19f545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
})