ProtocolLib

3M Downloads

Incompatibility with HolographicDisplays

LucidAPs opened this issue · 1 comments

commented

HolographicDisplays #1​62
Protocolib #4​91
Minecraft 1.16.4 Tuinity
https://mcpaste.io/a6f4d1552a5bb8a4

commented

As of #984, ProtocolLib replaced CGLib with ByteBuddy.

HolographicDisplays uses the (as of now) old method of checking if a player is from a generated class, which should be updated to this. So player instanceof Factory should now be player instanceof ByteBuddyGenerated.