mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Merge pull request #119 from CmonMate497/patch-4
Update permission_groups.lua
This commit is contained in:
@@ -61,7 +61,6 @@ Permission_Groups.new_group('Standard')
|
||||
'admin_action', -- trusted
|
||||
'change_programmable_speaker_alert_parameters', -- standard
|
||||
'drop_item',
|
||||
'reset_assembling_machine',
|
||||
'set_auto_launch_rocket'
|
||||
}
|
||||
|
||||
@@ -83,7 +82,6 @@ Permission_Groups.new_group('Guest')
|
||||
'admin_action', -- trusted
|
||||
'change_programmable_speaker_alert_parameters', -- standard
|
||||
'drop_item',
|
||||
'reset_assembling_machine',
|
||||
'set_auto_launch_rocket',
|
||||
'change_programmable_speaker_parameters', -- guest
|
||||
'change_train_stop_station',
|
||||
@@ -138,4 +136,4 @@ Event.on_nth_tick(check_interval,function(event)
|
||||
for _,player in pairs(game.connected_players) do
|
||||
assign_group(player)
|
||||
end
|
||||
end)]]
|
||||
end)]]
|
||||
|
||||
Reference in New Issue
Block a user