Supposedly fixed unusual error with EBean

This commit is contained in:
Acrobot 2013-03-30 10:59:08 +01:00
parent 680948cb36
commit 960b1617c6
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@ public class ChestShop extends JavaPlugin {
///////////////////// DATABASE STUFF ////////////////////////////////
private void setupDB() {
loadFile(new File("ebean.properties"));
Database DB;
DB = new Database(this) {