mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-09 13:37:02 +02:00
fixed minor bug
This commit is contained in:
parent
20fa0e187f
commit
7d7c649e05
@ -351,7 +351,7 @@ Event.add(
|
||||
griefer = game.players[griefer].name
|
||||
end
|
||||
|
||||
if not trusted and playtime <= five_days and not player.admin then
|
||||
if not trusted or playtime <= five_days and not player.admin then
|
||||
return Utils.print_to(player, 'You are not trusted enough to run this command.')
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user