Nullify the timer on disable
This commit is contained in:
parent
f5bf76ec46
commit
57eb5c71e3
@ -66,6 +66,7 @@ public class JailMain extends JavaPlugin {
|
|||||||
if(jt.getTimer() != null)
|
if(jt.getTimer() != null)
|
||||||
jt.getTimer().stop();
|
jt.getTimer().stop();
|
||||||
|
|
||||||
|
jt = null;
|
||||||
cmdHand = null;
|
cmdHand = null;
|
||||||
pm = null;
|
pm = null;
|
||||||
jm = null;
|
jm = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user