geforkt von SteamWar/BungeeCore
Fix Forgemods
Signed-off-by: Lixfel <lixfel@steamwar.de>
Dieser Commit ist enthalten in:
Ursprung
f97f135efc
Commit
9ca14b7565
@ -108,6 +108,7 @@ public class Forge extends BasicListener {
|
|||||||
event.getConnection().disconnect(TextComponent.fromLegacyText("Invalid forge registry response (0x00)"));
|
event.getConnection().disconnect(TextComponent.fromLegacyText("Invalid forge registry response (0x00)"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
pos += channelLength.value;
|
||||||
|
|
||||||
Utils.VarInt length = Utils.readVarInt(data, pos);
|
Utils.VarInt length = Utils.readVarInt(data, pos);
|
||||||
pos += length.length;
|
pos += length.length;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren