CobbleSword / NachoSpigot

NachoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes.
GNU General Public License v3.0
237 stars 86 forks source link

EnumProtocol.PLAY.a() doesn't work as intended. #339

Closed tomrayner1 closed 2 years ago

tomrayner1 commented 2 years ago

Observed Behavior

java.lang.NoSuchMethodError: net.minecraft.server.v1_8_R3.EnumProtocol.a(Lnet/minecraft/server/v1_8_R3/EnumProtocolDirection;Lnet/minecraft/server/v1_8_R3/Packet;)

EnumProtocol.PLAY.a(EnumProtocolDirection, Packet) doesn't exist / takes an integer instead.

Expected Behavior

EnumProtocol.PLAY.a(EnumProtocolDirection, Packet) returns an integer of the packet's ID when using regular spigot (1.8.8).

Steps To Reproduce

Plugin List

All custom plugins anyway.

Server Version

>version [23:15:22 INFO]: Checking version, please wait... [23:15:23 INFO]: This server is running NachoSpigot version git-NachoSpigot-"28047e7" (MC: 1.8.8) (Implementing API version 1.8.8-R0.2-SNAPSHOT) You are running the latest version

Other

No response

Agreements