Skip to content

Commit

Permalink
Changed method name back for Forge 1.7.2 API.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoonie committed Jan 10, 2015
1 parent dad453e commit 7c125f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void fromBytes(ByteBuf bytes)
}
else
{
EntityPlayerMP player = MinecraftServer.getServer().getConfigurationManager().func_152612_a(category);
EntityPlayerMP player = MinecraftServer.getServer().getConfigurationManager().getPlayerForUsername(category);
if (player != null)
{
SoundsCool.network.sendTo(new SoundReceivedPacket(SoundHandler.getSound(soundName)), player);
Expand Down

0 comments on commit 7c125f3

Please sign in to comment.