2.9.7 preview
This commit is contained in:
parent
881c405101
commit
229c15b54f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -263,7 +263,7 @@ public class BootScreen extends JFrame {
|
||||||
|
|
||||||
BytecodeViewer.BOOT(args);
|
BytecodeViewer.BOOT(args);
|
||||||
|
|
||||||
if(BytecodeViewer.pingback) {
|
if(!BytecodeViewer.pingback) {
|
||||||
BytecodeViewer.PingBack.start();
|
BytecodeViewer.PingBack.start();
|
||||||
BytecodeViewer.pingback = true;
|
BytecodeViewer.pingback = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue