2 次代碼提交 f3f9c37c1a ... 39b32e9fda

作者 SHA1 備註 提交日期
  TooManySugar 39b32e9fda Change server panel updating to directly ping servers 3 月之前
  TooManySugar f3f9c37c1a Change server panel updating to directly ping servers 3 月之前
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      VeloeMinecraftLauncher/Utils/McProtocol/TVarInt.cs

+ 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");
             }
         }