mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-19 01:15:19 -06:00
Created TypeList classes and moved static members to them
This commit is contained in:
parent
6ba1f2f808
commit
b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions
|
|
@ -96,7 +96,7 @@ public final class AreaSound extends Node {
|
|||
this.radius = this.player.soundRadius * 128;
|
||||
}
|
||||
if (this.sound != local8 && this.primaryStream != null) {
|
||||
Static204.soundStream.removeSubStream(this.primaryStream);
|
||||
client.soundStream.removeSubStream(this.primaryStream);
|
||||
this.primaryStream = null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue