Skip to content

Commit

Permalink
soru
Browse files Browse the repository at this point in the history
  • Loading branch information
OurLobanov committed Jun 21, 2024
1 parent 644cbb0 commit fde62f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public PacketSignal handle(ResourcePackClientResponsePacket packet) {
return PacketSignal.HANDLED;
}
if (packet.getPackIds().size() > this.resourcePackLoadEvent.getPacks().size()) {
session.disconnect("Packet " + packet.getClass().getName() + " PackIds max count");
session.disconnect("Packet " + packet.getClass().getSimpleName() + " PackIds max count");
return PacketSignal.HANDLED;
}
switch (packet.getStatus()) {
Expand Down

0 comments on commit fde62f4

Please sign in to comment.