1
0
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:
Gerkiz 2020-07-29 10:43:15 +02:00
parent 20fa0e187f
commit 7d7c649e05

View File

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