This commit is contained in:
2026-04-30 19:42:24 +09:00
parent 1559c30756
commit 596124a554
3 changed files with 14 additions and 12 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
local items = require 'config'
if not mods['space-age'] then
error('[PHI-CL][SA] Space Age not detected.')
return
end
if mods['space-age'] then
return
end