Fixed Sync Error

This commit is contained in:
Cooldude2606
2018-07-22 18:15:59 +01:00
parent a753f70c27
commit d3a31e27f8

View File

@@ -226,7 +226,7 @@ function Sync.update()
info.time_period[2] = tick_to_display_format(info.time_period[1])
info.last_update[1] = game.tick
info.last_update[2] = tick_to_display_format(game.tick)
info.game_speed=game.speed,
info.game_speed=game.speed
info.players={
online=Sync.count_players(true),
n_online=#game.connected_players,