Set the handcuff manager to null on disable
This commit is contained in:
@ -64,6 +64,7 @@ public class JailMain extends JavaPlugin {
|
||||
pm = null;
|
||||
jm = null;
|
||||
io = null;
|
||||
hcm = null;
|
||||
}
|
||||
|
||||
private void loadConfig() {
|
||||
|
Reference in New Issue
Block a user