13
0
geforkt von Mirrors/Velocity

Remove bad snapshot flag.

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-10-15 11:47:34 -04:00
Ursprung b75086aacb
Commit 53b2400682

Datei anzeigen

@ -48,7 +48,6 @@ public enum ProtocolVersion {
private final int protocol;
private final int snapshotProtocol;
private final String name;
private final boolean snapshot;
/**
* Represents the lowest supported version.
@ -112,7 +111,6 @@ public enum ProtocolVersion {
this.protocol = protocol;
this.name = name;
this.snapshot = true;
}
/**