forked from MagicBane/Server
error message for flying with movement buff
This commit is contained in:
@@ -4830,6 +4830,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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user