Fixed bug in new entity sound hook.

This commit is contained in:
LexManos 2012-06-13 23:08:16 -07:00
parent 7d9084ddd9
commit 5a0f73436e
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ public class ForgeHooksClient
return null;
}
}
return null;
return soundName;
}
public static void onLogin(Packet1Login login, NetClientHandler net, NetworkManager netManager)