Update permission_groups.lua

now users can't use cut (basically another version of decon
This commit is contained in:
CmonMate497
2019-08-28 13:29:42 +01:00
committed by GitHub
parent ab869bf5e8
commit 95c60eb212

View File

@@ -92,7 +92,8 @@ Permission_Groups.new_group('Guest')
'rotate_entity',
'use_artillery_remote',
'launch_rocket',
'cancel_research'
'cancel_research',
'activate_cut'
}
Permission_Groups.new_group('Restricted')