really that tired

This commit is contained in:
Saturn5Vfive 2022-04-14 03:10:18 -05:00
parent 99ea9a965c
commit da3df26873

View file

@ -42,7 +42,7 @@ public class ClickTP extends Module {
}
public ClickTP() {
super("ClickTP", "teleport with click", ModuleType.MISC);
super("ClickTP", "teleport with click", ModuleType.MOVEMENT);
Events.registerEventHandlerClass(this);
}