Closed mazes-80 closed 1 year ago
Seems to me the mod is now using bit less resources. profiler mod returned me an average of about 20% before, now it seems about 10% with same settings for the mod itself. though profiler result does not seem steady, my feelings when playing in my home server are better.
Sorry for the late notice. I verified it and it's running as expected. Thank you! :)
Le Tue, 21 Feb 2023 18:11:42 -0800, Till Affeldt @.***> a écrit :
Sorry for the late notice. I verified it and it's running as expected. Thank you! :)
Very nice to see this PR merged. It reduced CPU usage quite a bit locally.
removed some things guided by luacheck, 1 deprecated call. for performances: reduced the number of calls to minetest.get_connected_players() to 1 at each step.