copy paste error.

This commit is contained in:
Bill Tarbell
2012-07-30 00:02:41 -04:00
parent 8c7d95f9ea
commit 394ddd4e51
2 changed files with 4 additions and 3 deletions

View File

@@ -366,7 +366,7 @@ public class mcMMO extends JavaPlugin {
getCommand("mcstats").setExecutor(new McstatsCommand());
}
if (configInstance.getCommandMCStatsEnabled()) {
if (configInstance.getCommandSkillResetEnabled()) {
getCommand("skillreset").setExecutor(new SkillResetCommand());
}