player.isSprinting() not working all the time

Discussion in 'Plugin Development' started by MrSnare, Jan 3, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    MrSnare

    If I do player.setSprinting(false) but the player has the better sprinting mod, they will keep sprinting and player.isSprinting() will return false even though they are sprinting.

    Is there a workaround way to check if a player is sprinting that is more reliable than isSprinting().

    What I am developing is very reliant on detecting whether a player is sprinting or not.

    I forgot to mention I am using 1.6.4
     
  2. Offline

    SzymonOwca

    Better way, change feed level to low permanently.
     
    MrSnare likes this.
Thread Status:
Not open for further replies.

Share This Page