Fix sound packet
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -3,7 +3,7 @@ | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<groupId>LibsDisguises</groupId> | ||||
| 	<artifactId>LibsDisguises</artifactId> | ||||
| 	<version>9.0.4</version> | ||||
| 	<version>9.0.4-SNAPSHOT</version> | ||||
|  | ||||
| 	<build> | ||||
| 		<sourceDirectory>src</sourceDirectory> | ||||
|   | ||||
| @@ -1040,7 +1040,7 @@ public class PacketsManager | ||||
|  | ||||
|                                         try | ||||
|                                         { | ||||
|                                             ProtocolLibrary.getProtocolManager().sendServerPacket(observer, packet); | ||||
|                                             ProtocolLibrary.getProtocolManager().sendServerPacket(observer, packet, false); | ||||
|                                         } | ||||
|                                         catch (InvocationTargetException e) | ||||
|                                         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user