Possibly fix for ClassNotFoundException at reload

This commit is contained in:
DiddiZ
2012-02-19 18:11:00 +01:00
parent 15596f1979
commit a18b6a422b

View File

@@ -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) {}
} }
/** /**