mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-19 10:19:59 +09:00
.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
if not mods['space-age'] then
|
if not mods['space-age'] then
|
||||||
error({'Space Age is not enabled\n太空時代尚未啟用。\nSpace Age が有効になっていません。'})
|
error('Mod not found\nSpace Age is not enabled\n太空時代尚未啟用\nSpace Age が有効になっていません')
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ local mod_tint = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if not mods['space-age'] then
|
if not mods['space-age'] then
|
||||||
error({'Space Age is not enabled\n太空時代尚未啟用。\nSpace Age が有効になっていません。'})
|
error('Mod not found\nSpace Age is not enabled\n太空時代尚未啟用\nSpace Age が有効になっていません')
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user