annotations quick fix
This commit is contained in:
parent
708e0d68c7
commit
30cce3bdf4
|
@ -5,9 +5,4 @@ import dev.resent.module.base.Category;
|
|||
import dev.resent.module.base.Mod;
|
||||
|
||||
@Module(name = "Animations", category = Category.MISC)
|
||||
public class Animations extends Mod {
|
||||
|
||||
public Animations() {
|
||||
super("Animations", Category.MISC);
|
||||
}
|
||||
}
|
||||
public class Animations extends Mod { }
|
||||
|
|
|
@ -9,7 +9,6 @@ import dev.resent.module.setting.BooleanSetting;
|
|||
public class AutoGG extends Mod {
|
||||
|
||||
public AutoGG() {
|
||||
super("AutoGG", Category.MISC, true);
|
||||
addSetting(rep, onLose, onWin);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user