Refactored some anim/area sound classes

This commit is contained in:
Pazaz 2022-04-28 02:35:11 -04:00
parent dbca509eb5
commit fd3572f709
108 changed files with 1063 additions and 1078 deletions

View file

@ -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);
}
}