register a valid skill for AprilCommand (Fixes #4147)

This commit is contained in:
Shane Freeder
2020-04-01 14:41:27 +01:00
parent 9c342f24cd
commit 3c272a3e31
2 changed files with 4 additions and 3 deletions

View File

@ -381,7 +381,7 @@ public final class HolidayManager {
if(!Config.getInstance().isAprilFoolsAllowed())
return;
PluginCommand command = mcMMO.p.getCommand("mcfools");
PluginCommand command = mcMMO.p.getCommand("crafting");
command.setExecutor(new AprilCommand());
}
}