forked from LogBlock/LogBlock
Possibly fix for ClassNotFoundException at reload
This commit is contained in:
@@ -47,6 +47,9 @@ public class Consumer extends TimerTask
|
|||||||
|
|
||||||
Consumer(LogBlock logblock) {
|
Consumer(LogBlock logblock) {
|
||||||
this.logblock = logblock;
|
this.logblock = logblock;
|
||||||
|
try {
|
||||||
|
Class.forName("PlayerLeaveRow");
|
||||||
|
} catch (final ClassNotFoundException ex) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user