mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
Missing return statement
Also, why is git showing whole-class diffs? Must be the dang line endings again
This commit is contained in:
parent
c1ae6f14fc
commit
a9aa406d29
@ -62,6 +62,7 @@ public class PacketRegistry {
|
||||
if (NETTY == null) {
|
||||
throw new IllegalStateException("Failed to initialize packet registry.");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
INITIALIZED = true;
|
||||
|
Loading…
Reference in New Issue
Block a user