Merge pull request #2736 from ThatGamerBlue/soundeffectplayed-bug

mixins: fix bug with soundeffectplayed
This commit is contained in:
ThatGamerBlue
2020-07-05 23:10:54 +01:00
committed by GitHub

View File

@@ -162,6 +162,7 @@ public abstract class SoundEffectMixin implements RSClient
soundLocations[queuedSoundEffectCount] = position;
setQueuedSoundEffectCount(queuedSoundEffectCount + 1);
lastSoundEffectCount = queuedSoundEffectCount + 1;
}
@Inject