diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program/Program.cs b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program/Program.cs index 38ec578..a960313 100644 --- a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program/Program.cs +++ b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/LRM_LoadBalancer/Program/Program.cs @@ -88,6 +88,10 @@ namespace LightReflectiveMirror.LoadBalancing Logger.ForceLogMessage($"LRM Node Registered! {serverIP}:{port}", ConsoleColor.Green); availableRelayServers.Add(relayAddr, stats.Value); } + else + { + Logger.ForceLogMessage($"LRM Node Failed to respond to ping back. Make sure {serverIP}:{port} is port forwarded!"); + } } ///