mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Cleanup
This commit is contained in:
parent
fe9fbf585f
commit
10de6ac929
13 changed files with 2 additions and 14 deletions
|
@ -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 '/'.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue