mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Sync Error
This commit is contained in:
@@ -226,7 +226,7 @@ function Sync.update()
|
|||||||
info.time_period[2] = tick_to_display_format(info.time_period[1])
|
info.time_period[2] = tick_to_display_format(info.time_period[1])
|
||||||
info.last_update[1] = game.tick
|
info.last_update[1] = game.tick
|
||||||
info.last_update[2] = tick_to_display_format(game.tick)
|
info.last_update[2] = tick_to_display_format(game.tick)
|
||||||
info.game_speed=game.speed,
|
info.game_speed=game.speed
|
||||||
info.players={
|
info.players={
|
||||||
online=Sync.count_players(true),
|
online=Sync.count_players(true),
|
||||||
n_online=#game.connected_players,
|
n_online=#game.connected_players,
|
||||||
|
|||||||
Reference in New Issue
Block a user