forked from RepoMirrors/kami-blue
commit
95f08785ab
|
@ -15,7 +15,7 @@ public class NoHurtCam extends Module {
|
|||
}
|
||||
|
||||
public static boolean shouldDisable() {
|
||||
return INSTANCE.isEnabled();
|
||||
return INSTANCE != null && INSTANCE.isEnabled();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue