Skip to content

Commit

Permalink
Merge pull request #7 from Ehaic/patch-1
Browse files Browse the repository at this point in the history
Update launch.sh
  • Loading branch information
W3LFARe authored Dec 18, 2024
2 parents a13eb92 + 48419f3 commit 660a5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ for raw_username in "${OPS[@]}"; do
echo "Ops: $username ($UUID) is already an operator."
else
echo "Ops: Adding $username ($UUID) as operator."
jq ". += [{\"uuid\": \"$UUID\", \"name\": \"$username\", \"level\": 4}]" ops.json > tmp.json && mv tmp.json ops.json
jq ". += [{\"uuid\": \"$UUID\", \"name\": \"$username\", \"level\": 4, \"bypassesPlayerLimit\": false}]" ops.json > tmp.json && mv tmp.json ops.json
fi
else
echo "Ops: Failed to fetch UUID for $username."
Expand Down

0 comments on commit 660a5fe

Please sign in to comment.