1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-25 21:29:06 +02:00

mtn v3 - highscore tweak

This commit is contained in:
Gerkiz 2020-12-29 00:10:07 +01:00
parent b64561bbef
commit 25b2551976

View File

@ -549,7 +549,7 @@ Server.on_data_set_changed(
end
)
comfy_panel_tabs['Last Run'] = {gui = show_score, admin = false, only_server_sided = false}
comfy_panel_tabs['Last Run'] = {gui = show_score, admin = false, only_server_sided = true}
Event.on_init(on_init)
Event.add(defines.events.on_player_left_game, on_player_left_game)