Skip to content

Commit bd89e88

Browse files
author
dudehacker
committed
fix bug with red timing
1 parent 29b1717 commit bd89e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/MagicCopyMania.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ private boolean checkOffsetOutdated() throws Exception {
5555
}
5656
}
5757
}
58+
} else {
59+
return false;
5860
}
5961
return true;
6062
}

0 commit comments

Comments
 (0)