This commit is contained in:
2026-06-02 19:06:40 +09:00
parent 7bc233c9b7
commit b009442c43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
if not mods['space-age'] then if not mods['space-age'] then
error('Space Age mod is not enabled') error({'Space Age is not enabled\n太空時代尚未啟用。\nSpace Age が有効になっていません。'})
return return
end end
+1 -1
View File
@@ -11,7 +11,7 @@ local mod_tint = {
} }
if not mods['space-age'] then if not mods['space-age'] then
error('Space Age mod is not enabled') error({'Space Age is not enabled\n太空時代尚未啟用。\nSpace Age が有効になっていません。'})
return return
end end