Fixed bug in new entity sound hook.
This commit is contained in:
parent
7d9084ddd9
commit
5a0f73436e
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ public class ForgeHooksClient
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return soundName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void onLogin(Packet1Login login, NetClientHandler net, NetworkManager netManager)
|
public static void onLogin(Packet1Login login, NetClientHandler net, NetworkManager netManager)
|
||||||
|
|
Loading…
Reference in a new issue