mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
semicolon
This commit is contained in:
parent
946558d0f6
commit
5d1b2996d3
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@
|
|||
|
||||
update: function() {
|
||||
if (_this.tidying === true) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
var leftHandPosition = MyAvatar.getLeftPalmPosition();
|
||||
|
|
Loading…
Reference in a new issue