mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-06-30 15:10:52 +02:00
Corrige la commande pour téléporter un joueur dans vers le nether
This commit is contained in:
@ -108,7 +108,7 @@ local function player_to_nether(player, pos)
|
|||||||
minetest.chat_send_player(pname, "For any reason you arrived here. " ..
|
minetest.chat_send_player(pname, "For any reason you arrived here. " ..
|
||||||
"Type /nether_help to find out things like craft recipes.")
|
"Type /nether_help to find out things like craft recipes.")
|
||||||
player:set_hp(0)
|
player:set_hp(0)
|
||||||
if not nether_prisons then
|
if nether_prisons then
|
||||||
player:set_pos(get_player_died_target(player))
|
player:set_pos(get_player_died_target(player))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user