Polishes
This commit is contained in:
@@ -36,6 +36,8 @@ namespace ProjectM.Client
|
||||
if (!NetworkEndpoint.TryParse(address.ToString(), port, out var endpoint, NetworkFamily.Ipv4))
|
||||
{
|
||||
Debug.LogError($"[ClientConnectionControlSystem] Invalid join address '{address}'.");
|
||||
SessionEnd.Reason = "INVALID JOIN ADDRESS — enter a valid IPv4 like 192.168.1.20.";
|
||||
SessionEnd.Abort = true; // ConnectionWatchdogSystem tears down to the menu at a frame boundary
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user