mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Formatting update
This commit is contained in:
parent
5ac648668e
commit
92f40aedf9
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ public final class EntityUtils {
|
||||||
*/
|
*/
|
||||||
public static void updateMountOffset(Entity passenger, Entity mount, boolean rider, boolean riding, boolean moreThanOneEntity) {
|
public static void updateMountOffset(Entity passenger, Entity mount, boolean rider, boolean riding, boolean moreThanOneEntity) {
|
||||||
if(passenger instanceof TextDisplayEntity textDisplay
|
if(passenger instanceof TextDisplayEntity textDisplay
|
||||||
&& textDisplay.baseTranslation == null ) return;
|
&& textDisplay.baseTranslation == null) return;
|
||||||
|
|
||||||
passenger.setFlag(EntityFlag.RIDING, riding);
|
passenger.setFlag(EntityFlag.RIDING, riding);
|
||||||
if (riding) {
|
if (riding) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue