From ef553e8edf81186fa9ab3f99a308331460a18edb Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 27 Jun 2020 16:37:31 +0200 Subject: [PATCH] Fix crash --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 7ecc5cb..23a87ec 100644 --- a/init.lua +++ b/init.lua @@ -140,7 +140,7 @@ local warp_queue_add = function(player, dest) end -- force mapblock send to player, if supported if player.send_mapblock then - player:send_mapblock(vector.divide(dest, 16)) + player:send_mapblock(vector.divide(pos, 16)) end end