Missing return statement

Also, why is git showing whole-class diffs? Must be the dang line
endings again
This commit is contained in:
Dan Mulloy 2016-05-18 20:48:59 -04:00
parent c1ae6f14fc
commit a9aa406d29

View File

@ -62,6 +62,7 @@ public class PacketRegistry {
if (NETTY == null) {
throw new IllegalStateException("Failed to initialize packet registry.");
}
return;
}
INITIALIZED = true;