This commit is contained in:
Cain Kilgore 2017-07-03 19:11:57 +01:00
parent 2c53b5b372
commit 44624c5fab

View file

@ -48,7 +48,7 @@
}; };
function checkCanStopRocketing() { function checkCanStopRocketing() {
if(isRocketing) { if (isRocketing) {
MyAvatar.motorVelocity = 0; MyAvatar.motorVelocity = 0;
isRocketing = false; isRocketing = false;
} }