Fix PreciousStones support

It would never return a plugin because it checked for PreciousStone, not
PreciousStones.
This commit is contained in:
MistPhizzle 2014-10-04 21:38:59 -04:00
parent d6d2bfa6ad
commit 1d451cbb50

View file

@ -1171,7 +1171,7 @@ public class Methods {
PluginManager pm = Bukkit.getPluginManager();
Plugin wgp = pm.getPlugin("WorldGuard");
Plugin psp = pm.getPlugin("PreciousStone");
Plugin psp = pm.getPlugin("PreciousStones");
Plugin fcp = pm.getPlugin("Factions");
Plugin twnp = pm.getPlugin("Towny");
Plugin gpp = pm.getPlugin("GriefPrevention");