NetworkClient.UpdateClients: comment grammar fixed

This commit is contained in:
vis2k 2018-09-26 14:40:56 +02:00
parent 44fface440
commit 8f3de9f26b

View File

@ -327,7 +327,7 @@ internal static void UpdateClients()
// remove null clients first // remove null clients first
s_Clients.RemoveAll(cl => cl == null); s_Clients.RemoveAll(cl => cl == null);
// now updating valid clients // now update valid clients
for (int i = 0; i < s_Clients.Count; ++i) for (int i = 0; i < s_Clients.Count; ++i)
{ {
s_Clients[i].Update(); s_Clients[i].Update();