Merge pull request #2736 from ThatGamerBlue/soundeffectplayed-bug
mixins: fix bug with soundeffectplayed
This commit is contained in:
@@ -162,6 +162,7 @@ public abstract class SoundEffectMixin implements RSClient
|
|||||||
soundLocations[queuedSoundEffectCount] = position;
|
soundLocations[queuedSoundEffectCount] = position;
|
||||||
|
|
||||||
setQueuedSoundEffectCount(queuedSoundEffectCount + 1);
|
setQueuedSoundEffectCount(queuedSoundEffectCount + 1);
|
||||||
|
lastSoundEffectCount = queuedSoundEffectCount + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
|||||||
Reference in New Issue
Block a user