Skip to content

Commit ac544ba

Browse files
committed
Forgot to assign a variable
1 parent 17324c4 commit ac544ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Main {
1515
public static int options = 0;
1616
public static String name = "";
1717
public static String displayName = "";
18-
public static String category = "";
18+
public static String category = "Nextbot";
1919
public static boolean adminOnly = false;
2020
public static File imgPath = null;
2121
public static File chasePath = null;

0 commit comments

Comments
 (0)