Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Something looked wrong...
Dieser Commit ist enthalten in:
Ursprung
23cdde5cc6
Commit
b3a66dbe29
@ -79,7 +79,7 @@ public final class SoundUtils {
|
|||||||
|
|
||||||
private static String trim(String identifier) {
|
private static String trim(String identifier) {
|
||||||
// Drop any namespace if applicable
|
// Drop any namespace if applicable
|
||||||
if (identifier.contains(":") {
|
if (identifier.contains(":")) {
|
||||||
return identifier.split(":")[1];
|
return identifier.split(":")[1];
|
||||||
}
|
}
|
||||||
return identifier;
|
return identifier;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren