mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-16 23:55:23 +01:00
Fixed a warning.
This commit is contained in:
parent
e60b20b37b
commit
27e634ae03
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user