1
0
Fork 0

Fix broken commands.yml (close #97)

kcx-1614
Prototik 2015-10-16 02:16:24 +07:00
parent 0097a0744a
commit 299cf0ed96
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ public final class CraftServer implements Server {
@Override
public Map<String, String[]> getCommandAliases() {
ConfigurationSection section = configuration.getConfigurationSection("aliases");
ConfigurationSection section = commandsConfiguration.getConfigurationSection("aliases");
Map<String, String[]> result = new LinkedHashMap<String, String[]>();
if (section != null) {