Fixed a warning.

This commit is contained in:
TomyLobo 2012-08-11 04:37:49 +02:00
parent e60b20b37b
commit 27e634ae03

View File

@ -141,7 +141,6 @@ public RegionManager load(World world) {
public RegionManager create(World world) {
String name = world.getName();
boolean sql = config.useSqlDatabase;
String sqlDsn = config.sqlDsn;
ProtectionDatabase database;
File file = null;