Reverse debug bool

This commit is contained in:
Spencer 2017-11-25 16:10:47 -05:00 committed by Alexander Meech
parent 1c6e7df66e
commit c66d21da90
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ public class BuildData
}
private String getBooleanForDebug(boolean bool) {
bool = !bool;
if (bool) {
return C.cGreen + "true";
}