3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Something looked wrong...

Dieser Commit ist enthalten in:
Redned 2023-06-04 22:43:56 -05:00 committet von GitHub
Ursprung 23cdde5cc6
Commit b3a66dbe29
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -79,7 +79,7 @@ public final class SoundUtils {
private static String trim(String identifier) {
// Drop any namespace if applicable
if (identifier.contains(":") {
if (identifier.contains(":")) {
return identifier.split(":")[1];
}
return identifier;