mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-27 05:26:22 +09:00
.
This commit is contained in:
+2
-4
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user