2.9.7 preview

This commit is contained in:
Konloch 2015-07-06 09:45:50 -06:00
parent 881c405101
commit 229c15b54f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -263,7 +263,7 @@ public class BootScreen extends JFrame {
BytecodeViewer.BOOT(args);
if(BytecodeViewer.pingback) {
if(!BytecodeViewer.pingback) {
BytecodeViewer.PingBack.start();
BytecodeViewer.pingback = true;
}