mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 10:05:12 +01:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
1da0b38849
@ -249,6 +249,6 @@ public class ProtocolVersion {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("%s(%d)", this.name, this.version);
|
||||
return String.format("%s (%d)", this.name, this.version);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user