mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -11,7 +11,7 @@ function main.toggle(event)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if player.admin then
|
if not player.admin then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ if data.raw['blueprint-book'] and data.raw['blueprint-book']['blueprint-book'] t
|
|||||||
icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size,
|
icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size,
|
||||||
small_icon = data.raw['blueprint-book']['blueprint-book'].icon,
|
small_icon = data.raw['blueprint-book']['blueprint-book'].icon,
|
||||||
small_icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size,
|
small_icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size,
|
||||||
localised_name = {'', {'name.super-entity'}, {'gui-permissions-names.ToggleMapEditor'}}
|
localised_name = {'', {'gui-permissions-names.ToggleMapEditor'}}
|
||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user