diff --git a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs index 867f67f..b94476c 100644 --- a/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs +++ b/LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs @@ -12,7 +12,7 @@ namespace LightReflectiveMirror.LoadBalancing { /// /// Keeps track of all available relays. - /// Key is server address, value is CCU. + /// Key is server address, value is CCU/Info. /// public Dictionary availableRelayServers = new();