mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-28 03:09:08 +00:00
Something looked wrong...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user