and one more thing

This commit is contained in:
kawaiizenbo 2024-09-09 13:10:24 -07:00
parent a055d56084
commit ccbb4c00ce
2 changed files with 28 additions and 1 deletions

View file

@ -24,7 +24,8 @@ public class ModuleManager
new AutoJump(),
new Reach(),
new AntiPowderSnow(),
new AutoTotem()
new AutoTotem(),
new AutoWalk()
/*new Timer()*/
);
}