Forgot to enable knockback module

This commit is contained in:
Minecon724 2024-12-31 17:07:51 +01:00
parent c92d4429da
commit 1acfcd273d
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -14,6 +14,7 @@ import eu.m724.tweaks.door.DoorKnockListener;
import eu.m724.tweaks.door.DoorOpenListener;
import eu.m724.tweaks.full.FullListener;
import eu.m724.tweaks.hardcore.HardcoreManager;
import eu.m724.tweaks.knockback.KnockbackListener;
import eu.m724.tweaks.motd.MotdManager;
import eu.m724.tweaks.ping.F3NameListener;
import eu.m724.tweaks.ping.PingChecker;
@ -125,6 +126,9 @@ public class TweaksPlugin extends MStatsPlugin {
new RedstoneManager(this).init(getCommand("retstone"));
}
DebugLogger.fine("Enabling Knockback");
new KnockbackListener(this);
/* end modules */
if (config.metrics()) {