Translations:Sprinting/18/zh

From Minecraft Parkour Wiki
Revision as of 13:13, 9 April 2022 by Pjx1314 (talk | contribs) (Created page with "if (this.isSprinting() && (this.movementInput.moveForward < f || this.isCollidedHorizontally || !isntHungry)) { this.setSprinting(false); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if (this.isSprinting() && (this.movementInput.moveForward < f || this.isCollidedHorizontally || !isntHungry))

   {
       this.setSprinting(false);
   }