Core/Misc: Misc cleanups and changing of fields

This commit is contained in:
hondacrx
2018-05-13 20:26:05 -04:00
parent 868c67c8f0
commit 7d4c0b7634
38 changed files with 269 additions and 244 deletions
+2 -1
View File
@@ -86,8 +86,9 @@ namespace Framework.Networking
AddNewSockets();
foreach (var socket in _Sockets.ToList())
for (var i =0; i < _Sockets.Count; ++i)
{
TSocketType socket = _Sockets[i];
if (!socket.Update())
{
if (socket.IsOpen())