Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-17 05:20:10 +01:00
Merge pull request #611 from SplotyCode/fix/scoreboatd
Dieser Commit ist enthalten in:
Commit
0912e33358
@ -34,6 +34,7 @@ Known issues
|
||||
1.17 will not be able to see or interact with blocks below y=0 and above y=255
|
||||
* <1.17 clients on 1.17+ servers might experience inventory desyncs on certain inventory click actions
|
||||
* Sound mappings are incomplete ([see here](https://github.com/ViaVersion/ViaBackwards/issues/326))
|
||||
* <1.19.4 clients on 1.20+ servers won't be able to use the smithing table
|
||||
|
||||
Other Links
|
||||
-
|
||||
|
@ -128,6 +128,9 @@ public class ChatUtil {
|
||||
current = legacy.charAt(++i);
|
||||
lastState.processNextControlChar(current);
|
||||
}
|
||||
if (isPrefix && !lastState.equals(builderState)) {
|
||||
lastState.appendTo(builder);
|
||||
}
|
||||
return builder.toString();
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren