forked from LogBlock/LogBlock
Set a name for the consumer thread
This commit is contained in:
@ -61,10 +61,8 @@ public class Consumer extends Thread {
|
||||
|
||||
Consumer(LogBlock logblock) {
|
||||
this.logblock = logblock;
|
||||
try {
|
||||
Class.forName("PlayerLeaveRow");
|
||||
} catch (final ClassNotFoundException ex) {
|
||||
}
|
||||
PlayerLeaveRow.class.getName(); // preload this class
|
||||
setName("Logblock-Consumer");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user