From d1048c4a51cc5e5b9a661b4b4eb8d5e307b892d9 Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Sun, 4 Apr 2021 17:23:29 -0400 Subject: [PATCH] Update Program.cs --- LoadBalancerProject-DONT-IMPORT-INTO-UNITY/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();