debug_remove

This commit is contained in:
root 2020-11-15 11:26:38 +01:00
commit 0ce703dfa2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ minetest.register_globalstep(function(dtime)
-- who am I?
name = player:get_player_name()
if name then
if name and playerplus[name] then
-- where am I?
pos = player:get_pos()