diff --git a/DivaBotGuardian/DivaBotGuardian.jar b/DivaBotGuardian/DivaBotGuardian.jar new file mode 100644 index 0000000..1863ceb Binary files /dev/null and b/DivaBotGuardian/DivaBotGuardian.jar differ diff --git a/DivaBotGuardian/src/sig/Guardian.java b/DivaBotGuardian/src/sig/Guardian.java index 3be3bbb..aa7ef22 100644 --- a/DivaBotGuardian/src/sig/Guardian.java +++ b/DivaBotGuardian/src/sig/Guardian.java @@ -16,11 +16,11 @@ public class Guardian { } public static void main(String[] args) throws InterruptedException, IOException { + USERID = Integer.parseInt(args[0]); File f = new File("streams","output"+USERID+".png"); File tempf = new File("streams","tempoutput"+USERID+".png"); switch (currentStage) { case STARTING:{ - USERID = Integer.parseInt(args[0]); while (currentStage==STAGE.STARTING) { if (f.exists()) { streamLastModified = f.lastModified();