From 5d1fba092b44c63f9414d7b18faa7d2b882379b0 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Tue, 5 Feb 2019 21:51:13 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20la=20commande=20pour=20t=C3=A9l=C3=A9?= =?UTF-8?q?porter=20un=20joueur=20dans=20vers=20le=20nether?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nether/portal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nether/portal.lua b/nether/portal.lua index 79e059f..6a02d8d 100644 --- a/nether/portal.lua +++ b/nether/portal.lua @@ -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