Skip to content

Commit a9aa406

Browse files
committed
Missing return statement
Also, why is git showing whole-class diffs? Must be the dang line endings again
1 parent c1ae6f1 commit a9aa406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/API/src/main/java/com/comphenix/protocol/injector/packet/PacketRegistry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ private static void initialize() {
6262
if (NETTY == null) {
6363
throw new IllegalStateException("Failed to initialize packet registry.");
6464
}
65+
return;
6566
}
6667

6768
INITIALIZED = true;

0 commit comments

Comments
 (0)