Skip to content

Commit

Permalink
Missed logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Sep 13, 2024
1 parent 9a7ffc7 commit 666d75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if ! [[ "$MAXPLAYERS" =~ $NUMCHECK ]] ; then
printf "Invalid max players given: %s\\n" "$MAXPLAYERS"
MAXPLAYERS="4"
fi
printf "Setting max players to %s\\n" "$MAXPLAYERS"

# GameUserSettings.ini settings
if [[ "${DISABLESEASONALEVENTS,,}" == "true" ]]; then
Expand Down

0 comments on commit 666d75b

Please sign in to comment.