removed BOXED text from flag

This commit is contained in:
2024-05-11 17:14:39 -05:00
parent 1bb4e17ead
commit 1caa704b6a
+1 -1
View File
@@ -22,7 +22,7 @@ public enum CharacterTitle {
CSR_4(251, 181, 13, "CCR"),
DEVELOPER(166, 153, 114, "Programmer"),
QA(88, 250, 244, "GIRLFRIEND"),
BOX(251, 181, 13, "[BOXED]");
BOX(255, 0, 0, "");
int headerLength, footerLength;
private ByteBuffer header;