mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-04 00:15:45 +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,
|
['default'] = true,
|
||||||
['limited'] = true,
|
['limited'] = true,
|
||||||
['main_surface'] = true,
|
['main_surface'] = true,
|
||||||
['near_locomotive'] = true
|
['near_locomotive'] = true,
|
||||||
|
['not_trusted'] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
function Public.add_player_to_permission_group(player, group, forced)
|
function Public.add_player_to_permission_group(player, group, forced)
|
||||||
|
Loading…
Reference in New Issue
Block a user