mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-01 18:23:00 +00:00
Bukkit broke the command override.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1523 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
c744675063
commit
5c10b96609
3 changed files with 9 additions and 4 deletions
|
@ -88,6 +88,8 @@ public class Settings implements IConf
|
|||
return config.getBoolean("restrict-" + label.toLowerCase(), false);
|
||||
}
|
||||
|
||||
// Removed because of changes in bukkit
|
||||
/*
|
||||
public boolean isCommandOverridden(String name)
|
||||
{
|
||||
List<String> defaultList = new ArrayList<String>(1);
|
||||
|
@ -100,6 +102,7 @@ public class Settings implements IConf
|
|||
}
|
||||
return config.getBoolean("override-" + name.toLowerCase(), false);
|
||||
}
|
||||
*/
|
||||
|
||||
public int getCommandCost(IEssentialsCommand cmd)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue