master #16

Closed
milan wants to merge 20 commits from master into old_server
Showing only changes of commit 0ce703dfa2 - Show all commits

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()