Turn of icu selfcare
This commit is contained in:
parent
9214ffcfd9
commit
f30f636a03
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class SelfCare extends Listener {
|
|||
public boolean opEnabled = true;
|
||||
public boolean gamemodeEnabled = true;
|
||||
public boolean cspyEnabled = true;
|
||||
public boolean icuEnabled = true;
|
||||
public boolean icuEnabled = false;
|
||||
|
||||
private int gameMode;
|
||||
|
||||
|
|
Loading…
Reference in a new issue