mirror of
https://github.com/BluTac10/Xbox-Neo.git
synced 2026-05-30 14:54:56 +00:00
fix: enchanting
fixes: fishing rod crashing in enchantment table updated more swfs that were not updated in a recent merge sort costs in ascending order randomise enchantment seeds for new players
This commit is contained in:
@@ -4015,6 +4015,12 @@ void ClientConnection::handleCustomPayload(shared_ptr<CustomPayloadPacket> custo
|
||||
else if (a == -2) {
|
||||
done = true;
|
||||
}
|
||||
else if (a == -4) {
|
||||
for (int i = 0; i < 3; i++) {
|
||||
minecraft->localplayers[m_userIndex]->enchantmentEntries[i].id = -3;
|
||||
}
|
||||
done = true;
|
||||
}
|
||||
else {
|
||||
if (firstInGroup) {
|
||||
temp.id = a;
|
||||
|
||||
Reference in New Issue
Block a user