mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 20:43:11 +00:00
Removed leftovers from initial Factions integration
This commit is contained in:
parent
8b41219fcc
commit
cee0823db4
3 changed files with 2 additions and 5 deletions
|
@ -22,8 +22,7 @@ public class EssentialsChat extends JavaPlugin
|
|||
final PluginManager pluginManager = getServer().getPluginManager();
|
||||
final IEssentials ess = (IEssentials)pluginManager.getPlugin("Essentials");
|
||||
|
||||
chatListener = new HashMap<String, IEssentialsChatListener>();
|
||||
//EssentialsChatPlayerListener.checkFactions(pluginManager);
|
||||
chatListener = new HashMap<String, IEssentialsChatListener>();
|
||||
|
||||
final EssentialsChatPlayerListener playerListener = new EssentialsChatPlayerListener(getServer(), ess, chatListener);
|
||||
pluginManager.registerEvent(Type.PLAYER_CHAT, playerListener, Priority.Highest, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue