diff options
Diffstat (limited to 'src/game.c')
| -rw-r--r-- | src/game.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -220,6 +220,7 @@ void update_server(platform_window* window) { update_throwables_server(); update_zombie_chunks_server(); update_round_server(); + update_points_animation_server(); broadcast_players = platform_get_time(TIME_FULL, TIME_NS); update_players_server(); |
