mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2024-12-30 23:17:53 +02:00
Mtn v3 - minor change to permission groups
This commit is contained in:
parent
e573b3ebf1
commit
772e54cbd3
@ -9,7 +9,8 @@ local valid_groups = {
|
||||
['default'] = true,
|
||||
['limited'] = true,
|
||||
['main_surface'] = true,
|
||||
['near_locomotive'] = true
|
||||
['near_locomotive'] = true,
|
||||
['not_trusted'] = true
|
||||
}
|
||||
|
||||
function Public.add_player_to_permission_group(player, group, forced)
|
||||
|
Loading…
Reference in New Issue
Block a user