Missing return statement
Also, why is git showing whole-class diffs? Must be the dang line endings again
Dieser Commit ist enthalten in:
Ursprung
c1ae6f14fc
Commit
a9aa406d29
@ -62,6 +62,7 @@ public class PacketRegistry {
|
|||||||
if (NETTY == null) {
|
if (NETTY == null) {
|
||||||
throw new IllegalStateException("Failed to initialize packet registry.");
|
throw new IllegalStateException("Failed to initialize packet registry.");
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
INITIALIZED = true;
|
INITIALIZED = true;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren