modules list and remove broken stuff

This commit is contained in:
kawaiizenbo 2023-06-28 17:03:45 -07:00
parent 2a89f212e5
commit b58eedfb9c
16 changed files with 168 additions and 44 deletions

View file

@ -20,6 +20,7 @@ public class Fly extends Module_
@Override
public void onDisable()
{
super.onDisable();
mc.player.getAbilities().flying = false;
}
}