diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index c8aa566..4806faf 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,9 +1,9 @@ --------------------------------------------------------------------------------------------------- Version: 3.1.10 -Date: 2026-07-19 +Date: 2026-07-26 Changes: - - [GM] Generic Code layout restructure. + - [CT] Generic Code layout restructure. --------------------------------------------------------------------------------------------------- Version: 3.1.9 diff --git a/PHI-CL/control/editor.lua b/PHI-CL/control/editor.lua index c600418..a4ffea8 100644 --- a/PHI-CL/control/editor.lua +++ b/PHI-CL/control/editor.lua @@ -15,7 +15,7 @@ function main.toggle_editor(event) end 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 return main diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 6c96cdc..5c42d84 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -2,7 +2,7 @@ "name": "PHI-CL", "version": "3.1.10", "factorio_version": "2.1", - "date": "2026-07-19", + "date": "2026-07-26", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",