1
0
Fork 0

Corrige la commande pour téléporter un joueur dans vers le nether

Esse commit está contido em:
sys4-fr 2019-02-05 21:51:13 +01:00
commit 5d1fba092b
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -108,7 +108,7 @@ local function player_to_nether(player, pos)
minetest.chat_send_player(pname, "For any reason you arrived here. " ..
"Type /nether_help to find out things like craft recipes.")
player:set_hp(0)
if not nether_prisons then
if nether_prisons then
player:set_pos(get_player_died_target(player))
end
end