mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Update sync.lua (#74)
This commit is contained in:
@@ -344,7 +344,7 @@ function Sync._load()
|
|||||||
end
|
end
|
||||||
_frame.add{
|
_frame.add{
|
||||||
type='label',
|
type='label',
|
||||||
caption='Press Ecs or E to close; this is only visible once!',
|
caption='Press Esc or E to close; this is only visible once!',
|
||||||
style='fake_disabled_label'
|
style='fake_disabled_label'
|
||||||
}.style.font='default-small'
|
}.style.font='default-small'
|
||||||
end}
|
end}
|
||||||
@@ -356,4 +356,4 @@ Event.register(defines.events.on_player_joined_game,function(event)
|
|||||||
Gui.center.open(player,'server-info')
|
Gui.center.open(player,'server-info')
|
||||||
end)
|
end)
|
||||||
|
|
||||||
return Sync
|
return Sync
|
||||||
|
|||||||
Reference in New Issue
Block a user