Update: CC - Bacon - Before Render (o4c478xpx3.js) 20 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 18:25:07 +01:00
parent 4b6f97544b
commit 1d66189625
1 changed files with 13 additions and 15 deletions

View File

@ -1,4 +1,3 @@
if (!this.entityLoaded) {
return;
}
@ -39,6 +38,8 @@ if (this.waiting) {
if (this.drop) {
this.animation.translationSpeed = 70;
fall = true;
if (this.moveQueue && this.moveQueue.length > 0) {
@ -65,9 +66,6 @@ if (this.totalTime > this.entityLoaded.speed) {
}
if (fall) {
this.animation.translationSpeed = 70;
moved = this.moveBlock(null, {down: true}, 1, true);
}