mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
spectaterrrr
This commit is contained in:
@@ -79,8 +79,6 @@ void UWorld::Listen()
|
||||
|
||||
FString Error;
|
||||
|
||||
LOG_INFO(LogNet, "Calling InitListen!");
|
||||
|
||||
AWorldSettings* WorldSettings = GetWorldSettings();
|
||||
const bool bReuseAddressAndPort = false; // WorldSettings ? WorldSettings->bReuseAddressAndPort : false;
|
||||
|
||||
@@ -90,8 +88,6 @@ void UWorld::Listen()
|
||||
return;
|
||||
}
|
||||
|
||||
LOG_INFO(LogNet, "Called InitListen!");
|
||||
|
||||
const bool bLanSpeed = false;
|
||||
|
||||
if (!bLanSpeed && (NewNetDriver->GetMaxInternetClientRate() < NewNetDriver->GetMaxClientRate()) && (NewNetDriver->GetMaxInternetClientRate() > 2500))
|
||||
|
||||
Reference in New Issue
Block a user