Replace module in the manager

This commit is contained in:
Alex 2020-04-27 12:21:44 +02:00 committed by GitHub
parent 21a179676d
commit 43f3098a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ import me.rigamortis.seppuku.impl.module.misc.*;
import me.rigamortis.seppuku.impl.module.movement.*;
import me.rigamortis.seppuku.impl.module.player.*;
import me.rigamortis.seppuku.impl.module.render.*;
import me.rigamortis.seppuku.impl.module.ui.HudEditorModule;
import me.rigamortis.seppuku.impl.module.world.*;
import java.io.File;
import java.lang.reflect.Field;
@ -134,7 +132,7 @@ public final class ModuleManager {
add(new ObsidianReplaceModule());
add(new ChatTimeStampsModule());
add(new HudEditorModule());
add(new ChestAlertModule());
add(new StorageAlertModule());
add(new StrafeModule());
add(new MapBypassModule());
add(new NoBossHealthModule());