Fixed error
This commit is contained in:
parent
dc57298c04
commit
a026fc5e60
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ import com.earth2me.essentials.Essentials;
|
||||||
|
|
||||||
import buttondevteam.alipresents.architecture.Component;
|
import buttondevteam.alipresents.architecture.Component;
|
||||||
import buttondevteam.alipresents.components.hotfix.hotfixes.CowSpawnLoop;
|
import buttondevteam.alipresents.components.hotfix.hotfixes.CowSpawnLoop;
|
||||||
import buttondevteam.alipresents.components.hotfix.hotfixes.ElytraFireworks;
|
|
||||||
import buttondevteam.alipresents.components.hotfix.hotfixes.GrassBreakListener;
|
import buttondevteam.alipresents.components.hotfix.hotfixes.GrassBreakListener;
|
||||||
import buttondevteam.alipresents.components.hotfix.hotfixes.MobKillListener;
|
import buttondevteam.alipresents.components.hotfix.hotfixes.MobKillListener;
|
||||||
import buttondevteam.alipresents.components.hotfix.hotfixes.NetherDisableListener;
|
import buttondevteam.alipresents.components.hotfix.hotfixes.NetherDisableListener;
|
||||||
|
@ -21,7 +20,6 @@ public class HotfixComponent extends Component {
|
||||||
registerListener(plugin, new MobKillListener((Essentials) Bukkit.getPluginManager().getPlugin("Essentials")));
|
registerListener(plugin, new MobKillListener((Essentials) Bukkit.getPluginManager().getPlugin("Essentials")));
|
||||||
registerListener(plugin, new GrassBreakListener());
|
registerListener(plugin, new GrassBreakListener());
|
||||||
//registerListener(plugin, new CreativeKillLoop(plugin));
|
//registerListener(plugin, new CreativeKillLoop(plugin));
|
||||||
registerListener(plugin, new ElytraFireworks(plugin));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue