mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-26 11:07:59 +01:00
Update PlayerAnimation.java
This commit is contained in:
parent
6d8b40d3f1
commit
4b1737e128
@ -58,7 +58,9 @@ public enum PlayerAnimation {
|
||||
cancel();
|
||||
return;
|
||||
}
|
||||
player.mount(player);
|
||||
if (player.passenger != player) {
|
||||
player.mount(player);
|
||||
}
|
||||
}
|
||||
}, 0, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user