DoubleSetting working, new icon

This commit is contained in:
kawaiizenbo 2022-12-08 21:58:14 -07:00
parent 0ebc2f3512
commit 95ed46fff0
6 changed files with 94 additions and 23 deletions

View file

@ -14,8 +14,7 @@ public class ModuleManager
registerModules(
new Fly(),
new NoFall(),
new HUDModule(),
new TestDisplay()
new HUDModule()
);
}