mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-08-11 18:25:10 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user