no move buff while flying

This commit is contained in:
2024-08-30 18:46:05 -05:00
parent 2383b00c8c
commit 91565ced89
2 changed files with 8 additions and 6 deletions
+6
View File
@@ -4827,6 +4827,12 @@ public class PlayerCharacter extends AbstractCharacter {
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
}
if(this.isFlying()){
if(this.getBonuses() != null && this.getBonuses().getFloat(ModType.Speed,SourceType.None) > 0){
GroundPlayer(this);
}
}
} catch (Exception e) {
Logger.error(e);
} finally {