Skip to content

Commit

Permalink
fix server name
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Jan 26, 2024
1 parent e3f1062 commit 6893594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/palworld.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ $Warnings = New-Object -TypeName PsObject -Property $WarningsDetails

#Launch Arguments
$ArgumentList = @(
"-ServerName=$($Server.ServerName) ",
"-ServerName=`"$($Server.ServerName)`" ",
"-port=$($Server.Port) ",
"-players=$($Server.MaxPlayers) ",
"-log ",
Expand Down

0 comments on commit 6893594

Please sign in to comment.