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