1
0
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:
Gerkiz 2024-04-08 20:31:05 +02:00
parent e573b3ebf1
commit 772e54cbd3

View File

@ -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)