Fixed sign update issue.
This commit is contained in:
@ -254,7 +254,7 @@ public class Portal {
|
||||
mc.setPassenger(passenger);
|
||||
mc.setVelocity(newVelocity);
|
||||
}
|
||||
});
|
||||
}, 1);
|
||||
} else {
|
||||
mc.setVelocity(newVelocity);
|
||||
}
|
||||
|
Reference in New Issue
Block a user