forked from MineClone5/MineClone5
remove debug logging 1/2
This commit is contained in:
parent
a32531c8f6
commit
fc59d05679
|
@ -460,7 +460,6 @@ function mcl_spawn.get_player_spawn_pos(player)
|
|||
end
|
||||
return result;
|
||||
end
|
||||
minetest.log(player:get_meta():get_string("mcl_beds:spawn"))
|
||||
s = split(player:get_meta():get_string("mcl_beds:spawn"), ",")
|
||||
x = nil
|
||||
y = nil
|
||||
|
|
Loading…
Reference in New Issue