diff --git a/src/main/java/org/parabot/core/Context.java b/src/main/java/org/parabot/core/Context.java index 1e13172..c69eb01 100644 --- a/src/main/java/org/parabot/core/Context.java +++ b/src/main/java/org/parabot/core/Context.java @@ -217,34 +217,34 @@ public class Context { gameApplet.init(); gameApplet.start(); - if (false) { // Should be deleted on push -// try { - try { - Test.initiate(); - } catch (NoSuchMethodException e) { - e.printStackTrace(); - } catch (InvocationTargetException e) { - e.printStackTrace(); - } catch (IllegalAccessException e) { - e.printStackTrace(); - } - Applet get = (Applet) Context.getInstance().getClient(); -// get.getName(); - panel.removeAll(); - setClientInstance(get); - gameApplet = get; - gameApplet.setSize(appletSize); - panel.add(gameApplet); - panel.validate(); - -// } catch (NoSuchMethodException e) { -// e.printStackTrace(); -// } catch (InvocationTargetException e) { -// e.printStackTrace(); -// } catch (IllegalAccessException e) { -// e.printStackTrace(); +// if (false) { // Should be deleted on push +//// try { +// try { +// Test.initiate(); +// } catch (NoSuchMethodException e) { +// e.printStackTrace(); +// } catch (InvocationTargetException e) { +// e.printStackTrace(); +// } catch (IllegalAccessException e) { +// e.printStackTrace(); +// } +// Applet get = (Applet) Context.getInstance().getClient(); +//// get.getName(); +// panel.removeAll(); +// setClientInstance(get); +// gameApplet = get; +// gameApplet.setSize(appletSize); +// panel.add(gameApplet); +// panel.validate(); +// +//// } catch (NoSuchMethodException e) { +//// e.printStackTrace(); +//// } catch (InvocationTargetException e) { +//// e.printStackTrace(); +//// } catch (IllegalAccessException e) { +//// e.printStackTrace(); +//// } // } - } java.util.Timer t = new java.util.Timer(); t.schedule(new TimerTask() { diff --git a/src/main/java/org/parabot/core/asm/redirect/URLRedirect.java b/src/main/java/org/parabot/core/asm/redirect/URLRedirect.java new file mode 100644 index 0000000..c4de84f --- /dev/null +++ b/src/main/java/org/parabot/core/asm/redirect/URLRedirect.java @@ -0,0 +1,8 @@ +package org.parabot.core.asm.redirect; + +/** + * @author JKetelaar + */ +public class URLRedirect{ + +} \ No newline at end of file