Add some sql to remove the cells and jails.
Untested.
This commit is contained in:
@ -86,8 +86,8 @@ public class JailManager {
|
||||
* @param name of the jail to remove
|
||||
*/
|
||||
public void removeJail(String name) {
|
||||
plugin.getJailIO().removeJail(this.jails.get(name));
|
||||
this.jails.remove(name);
|
||||
plugin.getJailIO().removeJail(name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user