fly speed changes

This commit is contained in:
2024-09-10 20:17:00 -05:00
parent 33dfe1389c
commit 277f8bfd69
2 changed files with 4 additions and 8 deletions
+2 -1
View File
@@ -4896,7 +4896,8 @@ public class PlayerCharacter extends AbstractCharacter {
}
if(this.isFlying()){
if (!AbstractCharacter.CanFly(this)) {
//if (!AbstractCharacter.CanFly(this)) {
if(this.effects.containsKey("MoveBuff")){
GroundPlayer(this);
//ChatManager.chatSystemInfo(this, "You Cannot Fly While Having A MovementBuff");
}