+ Added plugin
This commit is contained in:
@@ -3,7 +3,7 @@ package utils;
|
||||
public enum LogFilter
|
||||
{
|
||||
// Assign numbers as flags, so we can | ('or') them together as necessary
|
||||
Debug(0), Command(1), Core(2), Util(4), Database(8), Response(16), Network(32), Strings(64);
|
||||
Debug(0), Command(1), Core(2), Util(4), Database(8), Response(16), Network(32), Strings(64), Plugin(128);
|
||||
|
||||
private final int value;
|
||||
private LogFilter(int value)
|
||||
|
||||
Reference in New Issue
Block a user