Feels better this way

keep-around/c2ad1056d9638eb2b3dbb39f2be4e03c2244b492
Pingex aka Raphaël 9 years ago
parent 85364cf910
commit 18c3309047

@ -34,8 +34,8 @@ public class CommandRegistry
}
if(aliasExists(toRegister.getName())) LOGGER.info("Overriding registered alias {} for a new command with the same name.", toRegister.getName());
LOGGER.info("Registering command {}.", toRegister.getName());
commandSet.add(toRegister);
LOGGER.info("Registered command {}.", toRegister.getName());
}
/**