1
0
mirror of https://repo.or.cz/minetest_playereffects.git synced 2025-07-01 07:40:40 +02:00

Further performance optimizations

This commit is contained in:
Wuzzy
2014-07-17 17:42:31 +02:00
parent 6d27ae23a7
commit a942264256
2 changed files with 6 additions and 2 deletions

View File

@ -115,7 +115,6 @@ function playereffects.apply_effect_type(effect_type_id, duration, player)
end
local effect_id = playereffects.next_effect_id()
local effects = playereffects.get_player_effects(playername)
local smallest_hudpos
local biggest_hudpos = -1
local free_hudpos