mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 11:35:18 +01:00
ProtocolVersion.toString() space (#2343)
This commit is contained in:
parent
50bfc86706
commit
a141f871a9
@ -248,6 +248,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