Skip to content

Commit

Permalink
update "EpicApp=Palserver" to "-publiclobby" per 1.5.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
43414d committed Feb 27, 2024
1 parent 9e269d8 commit 6bdcf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ -n "${QUERY_PORT}" ]; then
fi

if [ "${COMMUNITY,,}" = true ]; then
STARTCOMMAND+=("EpicApp=PalServer")
STARTCOMMAND+=("-publiclobby")
fi

if [ "${MULTITHREADING,,}" = true ]; then
Expand Down

0 comments on commit 6bdcf86

Please sign in to comment.