Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-28 09:00:09 +01:00
ProtocolVersion.toString() space (#2343)
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren