Fixing error from typo

This commit is contained in:
Alexia Mandeville 2018-06-27 13:30:10 -07:00 committed by GitHub
parent b3eec72c90
commit 0f25ab7376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);