1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
end
-- We don't have access to any sort of code entry on these platforms, so just hide the controls
end
end
local IS_STANDARD_EDITION = false
local SHOW_LOGOUT_WARNING = serviceType ~= PLATFORM_SERVICE_TYPE_EPIC
ZO_ShowChapterUpgradePlatformDialog ( IS_STANDARD_EDITION , CHAPTER_UPGRADE_SOURCE_PREGAME , SHOW_LOGOUT_WARNING )
end
end
end |