1
0
mirror of https://e.coding.net/circlecloud/AuthMe.git synced 2025-11-24 21:26:20 +00:00

fix Console logger error...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-29 14:08:48 +08:00
parent 961d37a375
commit e1af61efa4

View File

@@ -28,8 +28,8 @@ public class ConsoleFilter implements Filter {
return true;
}
final String playername = record.getMessage().split(" ")[0];
record.setMessage(playername + " issued an AuthMe command!");
return true;
record.setMessage(playername + " 执行了一个 AuthMe 命令!");
return false;
} catch (final NullPointerException npe) {
return true;
}