Update permission_groups.lua

This commit is contained in:
CmonMate497
2019-08-01 13:56:41 +01:00
committed by GitHub
parent abab40fcf1
commit 211f9b3398

View File

@@ -59,7 +59,6 @@ Permission_Groups.new_group('Standard')
'admin_action', -- trusted
'change_programmable_speaker_alert_parameters', -- standard
'drop_item',
'reset_assembling_machine',
'set_auto_launch_rocket'
}
@@ -81,7 +80,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',
@@ -136,4 +134,4 @@ Event.on_nth_tick(check_interval,function(event)
for _,player in pairs(game.connected_players) do
assign_group(player)
end
end)]]
end)]]