mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
fixed applet loading
This commit is contained in:
@@ -166,8 +166,10 @@ public class Context {
|
||||
BotUI.getInstance().validate();
|
||||
final GamePanel panel = GamePanel.getInstance();
|
||||
panel.removeLoader();
|
||||
panel.add(gameApplet);
|
||||
gameApplet.setSize(765, 503);
|
||||
panel.add(gameApplet);
|
||||
gameApplet.init();
|
||||
gameApplet.start();
|
||||
java.util.Timer t = new java.util.Timer();
|
||||
t.schedule(new TimerTask() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user