Archiviert
13
0

Missing return statement

Also, why is git showing whole-class diffs? Must be the dang line
endings again
Dieser Commit ist enthalten in:
Dan Mulloy 2016-05-18 20:48:59 -04:00
Ursprung c1ae6f14fc
Commit a9aa406d29

Datei anzeigen

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