Forgot to enable knockback module
This commit is contained in:
parent
c92d4429da
commit
1acfcd273d
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ import eu.m724.tweaks.door.DoorKnockListener;
|
||||||
import eu.m724.tweaks.door.DoorOpenListener;
|
import eu.m724.tweaks.door.DoorOpenListener;
|
||||||
import eu.m724.tweaks.full.FullListener;
|
import eu.m724.tweaks.full.FullListener;
|
||||||
import eu.m724.tweaks.hardcore.HardcoreManager;
|
import eu.m724.tweaks.hardcore.HardcoreManager;
|
||||||
|
import eu.m724.tweaks.knockback.KnockbackListener;
|
||||||
import eu.m724.tweaks.motd.MotdManager;
|
import eu.m724.tweaks.motd.MotdManager;
|
||||||
import eu.m724.tweaks.ping.F3NameListener;
|
import eu.m724.tweaks.ping.F3NameListener;
|
||||||
import eu.m724.tweaks.ping.PingChecker;
|
import eu.m724.tweaks.ping.PingChecker;
|
||||||
|
@ -125,6 +126,9 @@ public class TweaksPlugin extends MStatsPlugin {
|
||||||
new RedstoneManager(this).init(getCommand("retstone"));
|
new RedstoneManager(this).init(getCommand("retstone"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DebugLogger.fine("Enabling Knockback");
|
||||||
|
new KnockbackListener(this);
|
||||||
|
|
||||||
/* end modules */
|
/* end modules */
|
||||||
|
|
||||||
if (config.metrics()) {
|
if (config.metrics()) {
|
||||||
|
|
Loading…
Reference in a new issue