speeds recreates again

master
A. Demant 2019-01-07 17:04:55 +01:00
parent 3b62993928
commit f6bcac5fdd
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ minetest.register_globalstep(function(dtime)
if xpfw.player_get_attribute(player,attn) > att.min and playerdata.flags[attn] == nil then
xpfw.player_sub_attribute(player,attn)
end
playerdata.flags[i]=nil
playerdata.flags[attn]=nil
end
end
end