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
|
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
|
||||||
|
|||||||
@@ -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
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user