This commit is contained in:
2026-07-03 15:23:39 +09:00
parent dd30fcd331
commit a6f2ef118e
6 changed files with 7 additions and 13 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
if settings.startup['PHI-SA'].value or settings.startup['PHI-GM'].value ~= '' then
if not mods['space-age'] then
error('Mod not found\nSpace Age is not enabled\n太空時代尚未啟用\nSpace Age が有効になっていません')
end
if (settings.startup['PHI-SA'].value or settings.startup['PHI-GM'].value ~= '') and (not mods['space-age']) then
error('Mod not found\nSpace Age is not enabled\n太空時代尚未啟用\nSpace Age が有効になっていません')
end
require('data.b.ct')