1
0
Fork 0

Fix broken commands.yml (close #276)

kcx-1614
Prototik 2015-10-16 02:16:24 +07:00 committed by Sergey Shatunov
parent 4b705b50af
commit be83aa26fc
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,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) {