Reverse debug bool
This commit is contained in:
parent
1c6e7df66e
commit
c66d21da90
@ -260,6 +260,8 @@ public class BuildData
|
||||
}
|
||||
|
||||
private String getBooleanForDebug(boolean bool) {
|
||||
bool = !bool;
|
||||
|
||||
if (bool) {
|
||||
return C.cGreen + "true";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user