mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Fix PreciousStones support
It would never return a plugin because it checked for PreciousStone, not PreciousStones.
This commit is contained in:
parent
d6d2bfa6ad
commit
1d451cbb50
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue