Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 14:30:16 +01:00
Fix wrong join game packet handling (#3710)
Dieser Commit ist enthalten in:
Ursprung
7640342165
Commit
cd5d88c34f
@ -126,6 +126,7 @@ public final class EntityPacketRewriter1_20_5 extends EntityRewriter<Clientbound
|
|||||||
map(Type.BOOLEAN); // Debug
|
map(Type.BOOLEAN); // Debug
|
||||||
map(Type.BOOLEAN); // Flat
|
map(Type.BOOLEAN); // Flat
|
||||||
map(Type.OPTIONAL_GLOBAL_POSITION); // Last death location
|
map(Type.OPTIONAL_GLOBAL_POSITION); // Last death location
|
||||||
|
map(Type.VAR_INT); // Portal cooldown
|
||||||
create(Type.BOOLEAN, false); // Enforces secure chat - moved from server data (which is unfortunately sent a while after this)
|
create(Type.BOOLEAN, false); // Enforces secure chat - moved from server data (which is unfortunately sent a while after this)
|
||||||
handler(worldDataTrackerHandlerByKey1_20_5(3)); // Tracks world height and name for chunk data and entity (un)tracking
|
handler(worldDataTrackerHandlerByKey1_20_5(3)); // Tracks world height and name for chunk data and entity (un)tracking
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren