diff --git a/templates/vrising.psm1 b/templates/vrising.psm1 index 39d1948..222f537 100644 --- a/templates/vrising.psm1 +++ b/templates/vrising.psm1 @@ -174,7 +174,7 @@ function Start-ServerPrep { if (-not (Test-Path -Path "$($Server.ConfigFolder)\Settings\" -PathType "Container" -ErrorAction SilentlyContinue)) { $null = Copy-Item -Path "$($Server.Path)\VRisingServer_Data\StreamingAssets\Settings\" -Destination $Server.ConfigFolder -Recurse -Force } - Write-ScriptMsg "Port Forward : 27015 to 27016 in TCP and UDP to $($Global.InternalIP)" + Write-ScriptMsg "Port Forward : 9876 to 9877 in TCP and UDP to $($Global.InternalIP)" } Export-ModuleMember -Function Start-ServerPrep -Variable @("Server","Backups","Warnings") \ No newline at end of file