Core/Networking: Fixed crash/wrong opcode one some clients.

This commit is contained in:
hondacrx
2021-01-26 15:39:39 -05:00
parent b25c1487b2
commit ea2c1851f7
2 changed files with 2 additions and 13 deletions
+1
View File
@@ -34,6 +34,7 @@ namespace Framework.IO
public void Reset()
{
Resize(0);
_wpos = 0;
}
}