geforkt von Mirrors/Velocity
Fix checkstyle error
Dieser Commit ist enthalten in:
Ursprung
8ae7945b9f
Commit
c63bd4cd02
@ -19,8 +19,8 @@ public class MinecraftDecoder extends MessageToMessageDecoder<ByteBuf> {
|
|||||||
|
|
||||||
private static final boolean DEBUG = Boolean.getBoolean("velocity.packet-decode-logging");
|
private static final boolean DEBUG = Boolean.getBoolean("velocity.packet-decode-logging");
|
||||||
private static final QuietException DECODE_FAILED =
|
private static final QuietException DECODE_FAILED =
|
||||||
new QuietException("A packet did not decode successfully (invalid data). If you are a " +
|
new QuietException("A packet did not decode successfully (invalid data). If you are a "
|
||||||
"developer, launch Velocity with -Dvelocity.packet-decode-logging=true to see more.");
|
+ "developer, launch Velocity with -Dvelocity.packet-decode-logging=true to see more.");
|
||||||
|
|
||||||
private final ProtocolUtils.Direction direction;
|
private final ProtocolUtils.Direction direction;
|
||||||
private StateRegistry state;
|
private StateRegistry state;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren