Skip to content

Commit

Permalink
Undlad at arrestere gud når oprør knuses
Browse files Browse the repository at this point in the history
  • Loading branch information
nqpz committed Aug 17, 2024
1 parent e028a6b commit 9de32dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concieggs/cmds/knus
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
knusOproeret() {
dbRead vilvæltekongen | {
while read user; do
if ! isArrested "$user"; then
if ! isArrested "$user" && ! isGod "$user"; then
arrestUser "$user"
fi
done
Expand Down

0 comments on commit 9de32dc

Please sign in to comment.