mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
@@ -28,6 +28,8 @@ end
|
|||||||
|
|
||||||
if mods['space-age'] then
|
if mods['space-age'] then
|
||||||
require 'data.b.sa'
|
require 'data.b.sa'
|
||||||
|
else
|
||||||
|
error('[PHI-CL][SA] Space Age not detected.')
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
|
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'
|
local items = require 'config'
|
||||||
|
|
||||||
if not mods['space-age'] then
|
if not mods['space-age'] then
|
||||||
|
error('[PHI-CL][SA] Space Age not detected.')
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user