Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
Send end tick packet
Dieser Commit ist enthalten in:
Ursprung
ecc5e8c175
Commit
ee4047b529
@ -1312,6 +1312,12 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
|||||||
armAnimationTicks = -1;
|
armAnimationTicks = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (spawned) {
|
||||||
|
// Could move this to the PlayerAuthInput translator, in the event the player lags
|
||||||
|
// but this will work once we implement matching Java custom tick cycles
|
||||||
|
sendDownstreamGamePacket(ServerboundClientTickEndPacket.INSTANCE);
|
||||||
|
}
|
||||||
} catch (Throwable throwable) {
|
} catch (Throwable throwable) {
|
||||||
throwable.printStackTrace();
|
throwable.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren