Fixes disconnect when trying to login with a higher ping. Client will send multi proto packets in same packet.

This commit is contained in:
hondacrx
2022-09-28 20:30:47 -04:00
parent b3a1f085ca
commit a30e1d230f
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="4.0.0-rc2" />
<PackageReference Include="Google.Protobuf" Version="3.21.6" />
<PackageReference Include="MySqlConnector" Version="2.1.12" />
</ItemGroup>