mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -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,6 +1,7 @@
|
||||
local items = require 'config'
|
||||
|
||||
if not mods['space-age'] then
|
||||
error('[PHI-CL][SA] Space Age not detected.')
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user