3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 12:55:27 +02:00
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() {
if(isRocketing) {
if (isRocketing) {
MyAvatar.motorVelocity = 0;
isRocketing = false;
}