mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-03-19 16:10:25 +08:00
Remove bad snapshot flag.
This commit is contained in:
parent
b75086aacb
commit
53b2400682
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user