debug_remove
This commit is contained in:
commit
0ce703dfa2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ minetest.register_globalstep(function(dtime)
|
||||||
-- who am I?
|
-- who am I?
|
||||||
name = player:get_player_name()
|
name = player:get_player_name()
|
||||||
|
|
||||||
if name then
|
if name and playerplus[name] then
|
||||||
|
|
||||||
-- where am I?
|
-- where am I?
|
||||||
pos = player:get_pos()
|
pos = player:get_pos()
|
||||||
|
|
Loading…
Reference in a new issue