mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
replace AudioInjectionOptions with hash in playSoundOnEnterOrLeave
This commit is contained in:
parent
d81609f045
commit
1f452c8baa
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
playSound();
|
||||
};
|
||||
|
||||
this.leaveEntity = function(entityID) {
|
||||
this.leaveEntity = function(entityID) {
|
||||
playSound();
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue