Describe the bug
PacketEvents can't inject into 1.18.2 Paper.
Software brand
1.18.2 Paper
Plugins
Just my PacketEvents plugin.
How To Reproduce
Load latest shaded spigot packetevents on 1.18.2.
Expected behavior
No failed injection.
Screenshots
Additional context
My friend who had the same issue replaced the reflection with his own util in the injector and got it to work. When I tried using PacketEvents as a plugin without shading, the issue was not there.
Describe the bug PacketEvents can't inject into 1.18.2 Paper.
Software brand 1.18.2 Paper
Plugins Just my PacketEvents plugin.
How To Reproduce Load latest shaded spigot packetevents on 1.18.2.
Expected behavior No failed injection.
Screenshots
Additional context My friend who had the same issue replaced the reflection with his own util in the injector and got it to work. When I tried using PacketEvents as a plugin without shading, the issue was not there.
Add any other context about the problem here.