This commit fixes a crash.
This commit is contained in:
Panquesito7 2019-07-25 15:57:54 -05:00 committed by GitHub
parent 6f407e1629
commit 2ebd3983e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ function tpc_teleport_player(player)
--parti2(target_coords)
end
local function find_free_position_near(pos)
function find_free_position_near(pos)
local tries = {
{x=1,y=0,z=0},
{x=-1,y=0,z=0},