add ScreenGameplaySyncMachine
fix non-localized text on install package dialog
This commit is contained in:
@@ -207,6 +207,14 @@ function ModeMenuAvailable()
|
||||
return true
|
||||
end
|
||||
|
||||
function ScreenGameplaySyncMachineNext()
|
||||
if GAMESTATE:IsSyncDataChanged() then
|
||||
return 'ScreenSaveSync'
|
||||
else
|
||||
return 'ScreenOptionsService'
|
||||
end
|
||||
end
|
||||
|
||||
-- (c) 2005 Glenn Maynard, Chris Danford
|
||||
-- All rights reserved.
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user