Skip to content

Commit

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

#Launch Arguments
$ArgumentList = @(
"-name=$($Server.ServerName) ",
"-name=`"$($Server.ServerName)`" ",
"-gamePort=$($Server.Port) ",
"-queryPort=$($Server.QueryPort) ",
"-slotCount=$($Server.MaxPlayers) ",
Expand Down

0 comments on commit 241c064

Please sign in to comment.