Skip to content

Commit 229c15b

Browse files
committed
2.9.7 preview
1 parent 881c405 commit 229c15b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

BytecodeViewer 2.9.7-preview.jar

-1 Bytes
Binary file not shown.

src/the/bytecode/club/bytecodeviewer/gui/BootScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public void DO_FIRST_BOOT(String args[]) {
263263

264264
BytecodeViewer.BOOT(args);
265265

266-
if(BytecodeViewer.pingback) {
266+
if(!BytecodeViewer.pingback) {
267267
BytecodeViewer.PingBack.start();
268268
BytecodeViewer.pingback = true;
269269
}

0 commit comments

Comments
 (0)