This commit is contained in:
KHobbits 2014-04-06 15:44:37 +01:00
parent fe9fbf585f
commit 10de6ac929
13 changed files with 2 additions and 14 deletions

View file

@ -233,7 +233,6 @@ public class Settings implements net.ess3.api.ISettings
final ConfigurationSection newSection = new MemoryConfiguration();
for (String command : section.getKeys(false))
{
PluginCommand cmd = ess.getServer().getPluginCommand(command);
if (command.charAt(0) == '/')
{
ess.getLogger().warning("Invalid command cost. '" + command + "' should not start with '/'.");