replace AudioInjectionOptions with hash in playSoundOnEnterOrLeave

This commit is contained in:
Stephen Birarda 2014-11-11 11:17:45 -08:00
parent d81609f045
commit 1f452c8baa

View file

@ -25,7 +25,7 @@
playSound();
};
this.leaveEntity = function(entityID) {
this.leaveEntity = function(entityID) {
playSound();
};
})