Added a little bit more logging.
This commit is contained in:
parent
768d385915
commit
0230314c7e
@ -58,7 +58,7 @@ public class GatesManager
|
|||||||
Plugin.log("Saved gates to disk.");
|
Plugin.log("Saved gates to disk.");
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
Plugin.log("ERROR: Could not save gates to disk.");
|
Plugin.log(Level.SEVERE, "ERROR: Could not save gates to disk.");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -92,7 +92,9 @@ public class GatesManager
|
|||||||
|
|
||||||
fillGatesById();
|
fillGatesById();
|
||||||
fillGatesByChunk();
|
fillGatesByChunk();
|
||||||
fillGatesByLocation();
|
fillGatesByLocation();
|
||||||
|
|
||||||
|
Plugin.log("Loaded " + this.gates.size() + " gates.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user