mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-25 15:41:21 +02:00
Fix depends
This commit is contained in:
@@ -22,7 +22,7 @@ public class EssentialsGeoIP extends JavaPlugin
|
||||
public void onEnable()
|
||||
{
|
||||
final PluginManager pm = getServer().getPluginManager();
|
||||
final IEssentials ess = (IEssentials)pm.getPlugin("Essentials");
|
||||
final IEssentials ess = (IEssentials)pm.getPlugin("Essentials3");
|
||||
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
|
||||
{
|
||||
getLogger().log(Level.WARNING, _("versionMismatchAll"));
|
||||
|
@@ -5,5 +5,5 @@ main: com.earth2me.essentials.geoip.EssentialsGeoIP
|
||||
version: TeamCity
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Shows the country or city of a user on login and /whois.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
|
||||
depend: [Essentials]
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||
depend: [Essentials3]
|
Reference in New Issue
Block a user