Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix respawn reading
Dieser Commit ist enthalten in:
Ursprung
3db74c79ab
Commit
bea01bc794
@ -77,7 +77,7 @@ public class EntityPackets {
|
|||||||
public void registerMap() {
|
public void registerMap() {
|
||||||
map(DIMENSION_TRANSFORMER);
|
map(DIMENSION_TRANSFORMER);
|
||||||
map(Type.LONG);
|
map(Type.LONG);
|
||||||
map(Type.BYTE);
|
map(Type.UNSIGNED_BYTE);
|
||||||
handler(wrapper -> {
|
handler(wrapper -> {
|
||||||
ClientWorld clientWorld = wrapper.user().get(ClientWorld.class);
|
ClientWorld clientWorld = wrapper.user().get(ClientWorld.class);
|
||||||
String dimensionId = wrapper.get(Type.STRING, 0);
|
String dimensionId = wrapper.get(Type.STRING, 0);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren