]> jfr.im git - irc/rizon/acid.git/commitdiff
Changed bold from String to char
authorAdam <redacted>
Thu, 4 Dec 2014 04:26:29 +0000 (23:26 -0500)
committerAdam <redacted>
Thu, 4 Dec 2014 04:31:29 +0000 (23:31 -0500)
Only so it shows up in gitlab.

acid/src/main/java/net/rizon/acid/core/Acidictive.java

index ca7d7430ee3b78d3875568350d0e53436ec60544..004f055bb47335ec2e88bdc240a05de906976689 100644 (file)
@@ -29,8 +29,8 @@ public class Acidictive extends AcidCore
        public static long startTime;
        public static int syncTime;
        public static SQL acidcore_sql;
-       public static String bold = "\ 2";
-
+       public static char bold = '\u0002';
+       
        public static String loaderBase = "commands";
        public static ClassLoader loader; // loader for the core commands