2 Commits f3f9c37c1a ... 39b32e9fda

Tác giả SHA1 Thông báo Ngày
  TooManySugar 39b32e9fda Change server panel updating to directly ping servers 3 tháng trước cách đây
  TooManySugar f3f9c37c1a Change server panel updating to directly ping servers 3 tháng trước cách đây
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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");
             }
         }