mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Refactored some anim/area sound classes
This commit is contained in:
parent
dbca509eb5
commit
fd3572f709
108 changed files with 1063 additions and 1078 deletions
|
|
@ -193,11 +193,11 @@ public class Cheat {
|
|||
Static121.aBoolean154 = true;
|
||||
}
|
||||
if (arg0.equalsIgnoreCase(TWEENING)) {
|
||||
if (client.applyTweening) {
|
||||
client.applyTweening = false;
|
||||
if (SeqType.applyTweening) {
|
||||
SeqType.applyTweening = false;
|
||||
Chat.add(null, 0, aClass100_943);
|
||||
} else {
|
||||
client.applyTweening = true;
|
||||
SeqType.applyTweening = true;
|
||||
Chat.add(null, 0, aClass100_362);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue