This commit is contained in:
2026-07-22 20:00:26 +09:00
parent e808cbb24d
commit 900460d4f7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.1.10 Version: 3.1.10
Date: 2026-07-19 Date: 2026-07-26
Changes: Changes:
- [GM] Generic Code layout restructure. - [CT] Generic Code layout restructure.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.1.9 Version: 3.1.9
+1 -1
View File
@@ -15,7 +15,7 @@ function main.toggle_editor(event)
end end
function main.available(player) function main.available(player)
player.set_shortcut_available('phi-cl-toggle-editor', player.admin and player.permission_group and player.permission_group.allows_action(defines.input_action.toggle_map_editor)) player.set_shortcut_available('phi-cl-toggle-editor', player.admin and player.permission_group and player.permission_group.allows_action(defines.input_action.toggle_map_editor) or false)
end end
return main return main
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.1.10", "version": "3.1.10",
"factorio_version": "2.1", "factorio_version": "2.1",
"date": "2026-07-19", "date": "2026-07-26",
"title": "Phidias Collection", "title": "Phidias Collection",
"author": "PHIDIAS0303", "author": "PHIDIAS0303",
"contributers": "", "contributers": "",