Fix sound packet

This commit is contained in:
libraryaddict
2016-05-11 21:02:05 +12:00
parent 5181f6b766
commit 3e493fdda6
2 changed files with 2 additions and 2 deletions

View File

@@ -1040,7 +1040,7 @@ public class PacketsManager
try
{
ProtocolLibrary.getProtocolManager().sendServerPacket(observer, packet);
ProtocolLibrary.getProtocolManager().sendServerPacket(observer, packet, false);
}
catch (InvocationTargetException e)
{