mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Added Assign Events
This commit is contained in:
@@ -48,7 +48,7 @@ function Permissions_Groups.lockdown_permissions(exempt)
|
||||
end
|
||||
end
|
||||
for _,group in pairs(game.permissions.groups) do
|
||||
if not exempt(group.name:lower()) then
|
||||
if not exempt[group.name:lower()] then
|
||||
for _,action in pairs(defines.input_action) do
|
||||
group.set_allows_action(action,false)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user