From a3bbec19be4977746a391239dbdbd883c1438df5 Mon Sep 17 00:00:00 2001 From: Patrick Veilleux Date: Sat, 21 May 2022 12:18:15 -0400 Subject: [PATCH] update ports --- templates/vrising.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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