Skip to content

Commit

Permalink
My mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiller committed May 24, 2024
1 parent b936cb1 commit 6e9f473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:focal

# version of this build
ENV phvalheimVersion=2.19
ENV phvalheimVersion=2.20

# me
LABEL maintainer="Brian Miller <brian@phospher.com>"
Expand Down
4 changes: 2 additions & 2 deletions container/games/valheim/scripts/startWorld.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ unset public
isPublic=$(/opt/stateless/engine/tools/sql "SELECT public FROM worlds WHERE name='$worldName'")
if [[ "$isPublic" -eq 1 ]]; then
echo "`date` [NOTICE : phvalheim] World is set to public!"
# reset permittedlist.txt
echo "// List permitted players ID ONE per line" > /opt/stateful/games/valheim/worlds/$worldName/game/.config/unity3d/IronGate/Valheim/permittedlist.txt
## reset permittedlist.txt
#echo "// List permitted players ID ONE per line" > /opt/stateful/games/valheim/worlds/$worldName/game/.config/unity3d/IronGate/Valheim/permittedlist.txt
fi


Expand Down

0 comments on commit 6e9f473

Please sign in to comment.