Update sit script in the repo

This commit is contained in:
Atlante45 2017-07-20 11:56:41 -07:00
parent 38a955b886
commit c0da0cb439

View file

@ -122,7 +122,7 @@
this.rolesToOverride = function() { this.rolesToOverride = function() {
return MyAvatar.getAnimationRoles().filter(function(role) { return MyAvatar.getAnimationRoles().filter(function(role) {
return role === "fly" || role.startsWith("inAir"); return !(role.startsWith("right") || role.startsWith("left"));
}); });
} }