2 Commity f3f9c37c1a ... 39b32e9fda

Autor SHA1 Správa Dátum
  TooManySugar 39b32e9fda Change server panel updating to directly ping servers 3 mesiacov pred
  TooManySugar f3f9c37c1a Change server panel updating to directly ping servers 3 mesiacov pred

+ 1 - 2
VeloeMinecraftLauncher/Utils/McProtocol/TVarInt.cs

@@ -29,8 +29,7 @@ public class TVarInt
             pos += 7;
             if (pos > 28)
             {
-                // TODO: throw exception
-                break;
+                throw new ArgumentOutOfRangeException("Continuation bit is set on 5th byte");
             }
         }