Save the Jails when the server shuts down and when we add a cell.
This commit is contained in:
@ -131,6 +131,7 @@ public class Jail {
|
||||
|
||||
/** Adds a cell to the Jail. */
|
||||
public void addCell(Cell cell) {
|
||||
plugin.getJailIO().saveJail(this);
|
||||
this.cells.put(cell.getName(), cell);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user