Add some sql to remove the cells and jails.
Untested.
This commit is contained in:
@ -173,6 +173,9 @@ public class Jail {
|
||||
}
|
||||
}
|
||||
|
||||
//remove the information from the storage first as it requires an instance
|
||||
plugin.getJailIO().removeCell(this, this.cells.remove(name));
|
||||
//now remove it from the local storage
|
||||
this.cells.remove(name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user