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) {
|
Consumer(LogBlock logblock) {
|
||||||
this.logblock = logblock;
|
this.logblock = logblock;
|
||||||
try {
|
PlayerLeaveRow.class.getName(); // preload this class
|
||||||
Class.forName("PlayerLeaveRow");
|
setName("Logblock-Consumer");
|
||||||
} catch (final ClassNotFoundException ex) {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user