mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-19 04:52:30 +02:00
Fix depends
This commit is contained in:
@@ -36,7 +36,7 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
|
||||
instance = this;
|
||||
|
||||
final PluginManager pluginManager = getServer().getPluginManager();
|
||||
ess = (IEssentials)pluginManager.getPlugin("Essentials");
|
||||
ess = (IEssentials)pluginManager.getPlugin("Essentials3");
|
||||
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
|
||||
{
|
||||
LOGGER.log(Level.WARNING, _("versionMismatchAll"));
|
||||
|
@@ -7,7 +7,7 @@ website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides xmpp communication.
|
||||
authors:
|
||||
- snowleo
|
||||
depend: [Essentials]
|
||||
depend: [Essentials3]
|
||||
commands:
|
||||
setxmpp:
|
||||
description: set your xmpp address
|
||||
|
Reference in New Issue
Block a user