Set default Buff.update Timer to 0.5

This commit is contained in:
GreenComfyTea
2023-09-19 13:49:55 +03:00
parent 43fc14e01e
commit 43b2946939

View File

@@ -103,7 +103,7 @@ function this.init_global_timers()
this.new_timer(this.update_quest_time, 1 / 60);
this.new_timer(players.update_players, 0.5);
this.new_timer(players.update_myself_position, 1);
this.new_timer(buffs.update, 1/60);
this.new_timer(buffs.update, 0.5);
this.new_timer(player_info.update, 0.5);
end