NavidK0 / Carbon

Carbon is a Spigot plugin which turns a spigot protocol hacked server (on 1.7.10) into a 1.8 server.
GNU Lesser General Public License v3.0
35 stars 19 forks source link

[Bug] Bad Packet ID 71 #93

Closed Puremin0rez closed 10 years ago

Puremin0rez commented 10 years ago

Occurs when trying to login with MC 1.7.10 on a server with the latest Carbon (built from: https://github.com/NavidK0/Carbon/commit/2365f2c0b655214996fbce029341e60826a0f396)

ProtocolLib is enabled.

Shevchik commented 10 years ago

Can't reproduce. Do you have an error log of some sort? Also packet 71 is player list head/footer packet, it doesn't exist in 1.7, but we don't send it.

Wombosvideo commented 10 years ago

It's because @Puremin0rez has a Plugin installed changing the Header and Footer of the Tab-List.... The old behaviour doesn't work in the 1.7.10 Versions.... So.. If you use ProtocolInjector make sure your users are on 1.8

Puremin0rez commented 10 years ago

@Wombosvideo Ah! That's exactly it. Thank you :)