This commit is contained in:
2026-04-30 18:47:23 +09:00
parent 818fb34675
commit b10f817741
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ end
if mods['space-age'] then
require 'data.b.sa'
else
error('[PHI-CL][SA] Space Age not detected.')
end
if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
+1
View File
@@ -1,6 +1,7 @@
local items = require 'config'
if not mods['space-age'] then
error('[PHI-CL][SA] Space Age not detected.')
return
end