mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
remove $ prefix on audio registry put
This commit is contained in:
parent
5dcc60fab1
commit
b33f435bf2
@ -310,7 +310,7 @@ ModAPI.meta.credits("By ZXMushroom63");
|
||||
var registry = snd.sndRegistry.soundRegistry;
|
||||
console.log("[AsyncSink] Populating sound registry hash map with " + AsyncSink.Audio.Objects.length + " sound effects.");
|
||||
AsyncSink.Audio.Objects.forEach(pair => {
|
||||
registry.$put(pair[0], pair[1]);
|
||||
registry.put(pair[0], pair[1]);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user