mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Make LogLevel enum public to allow overriding of log method in CommandManager (#433)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
package co.aikar.commands;
|
||||
|
||||
enum LogLevel {
|
||||
public enum LogLevel {
|
||||
INFO,
|
||||
ERROR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user