Fix crash

This commit is contained in:
Sys Quatre 2020-06-27 16:37:31 +02:00
parent 81c3bd5bd9
commit ef553e8edf
1 changed files with 1 additions and 1 deletions

View File

@ -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