Add in magic number.

This commit is contained in:
sigonasr2 2018-09-30 13:25:54 -05:00
parent ed3e02b8e7
commit 950287cae7
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -25,6 +25,7 @@ public class BandoriModule extends Module{
public static HashMap<String,List<String>> stamp_map = new HashMap<String,List<String>>(); public static HashMap<String,List<String>> stamp_map = new HashMap<String,List<String>>();
static List<Stamp> active_stamps = new ArrayList<Stamp>(); static List<Stamp> active_stamps = new ArrayList<Stamp>();
public BandoriModule(Rectangle2D bounds, String moduleName) { public BandoriModule(Rectangle2D bounds, String moduleName) {
this(bounds,moduleName,true); this(bounds,moduleName,true);
} }

View File

@ -177,7 +177,7 @@ public class sigIRC{
static int lastWindowX = 0; static int lastWindowX = 0;
static int lastWindowY = 0; static int lastWindowY = 0;
public static String longString = "10988989d";
public static Twitch manager = new Twitch(); public static Twitch manager = new Twitch();
public static void main(String[] args) { public static void main(String[] args) {