mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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() {
|
||||
if(isRocketing) {
|
||||
if (isRocketing) {
|
||||
MyAvatar.motorVelocity = 0;
|
||||
isRocketing = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue