mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
space
This commit is contained in:
parent
2c53b5b372
commit
44624c5fab
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
function checkCanStopRocketing() {
|
function checkCanStopRocketing() {
|
||||||
if(isRocketing) {
|
if (isRocketing) {
|
||||||
MyAvatar.motorVelocity = 0;
|
MyAvatar.motorVelocity = 0;
|
||||||
isRocketing = false;
|
isRocketing = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue