mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Something looked wrong...
This commit is contained in:
parent
23cdde5cc6
commit
b3a66dbe29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue