mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixing error from typo
This commit is contained in:
parent
b3eec72c90
commit
0f25ab7376
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function onWebEventReceived(event) {
|
|||
emoteName = event.data + randSit; // Sit1, Sit2, Sit3
|
||||
}
|
||||
|
||||
if (ANIMATIONS[emoteName].resource.state =+= FINISHED) {
|
||||
if (ANIMATIONS[emoteName].resource.state === FINISHED) {
|
||||
|
||||
if (activeTimer !== false) {
|
||||
Script.clearTimeout(activeTimer);
|
||||
|
|
Loading…
Reference in a new issue