flying while having move buff fix

This commit is contained in:
2024-09-08 17:04:25 -05:00
parent 0c90164c24
commit 3ed0765fe5
2 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -4895,7 +4895,7 @@ public class PlayerCharacter extends AbstractCharacter {
if(this.isFlying()){
if (!AbstractCharacter.CanFly(this)) {
GroundPlayer(this);
ChatManager.chatSystemInfo(this, "You Cannot Fly While Having A MovementBuff");
//ChatManager.chatSystemInfo(this, "You Cannot Fly While Having A MovementBuff");
}
}