Removed unnecessary methods from IClientOutgoingPacket.
This commit is contained in:
		| @@ -301,7 +301,7 @@ public class AdminAdmin implements IAdminCommandHandler | ||||
| 					{ | ||||
| 						if (player.isNotBlocked(activeChar)) | ||||
| 						{ | ||||
| 							cs.sendTo(player); | ||||
| 							player.sendPacket(cs); | ||||
| 						} | ||||
| 					} | ||||
| 					break; | ||||
|   | ||||
| @@ -102,7 +102,7 @@ public class ChatWorld implements IChatHandler | ||||
| 					{ | ||||
| 						if (player.isNotBlocked(activeChar)) | ||||
| 						{ | ||||
| 							cs.sendTo(player); | ||||
| 							player.sendPacket(cs); | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| @@ -112,7 +112,7 @@ public class ChatWorld implements IChatHandler | ||||
| 					{ | ||||
| 						if (player.isNotBlocked(activeChar)) | ||||
| 						{ | ||||
| 							cs.sendTo(player); | ||||
| 							player.sendPacket(cs); | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| @@ -123,7 +123,7 @@ public class ChatWorld implements IChatHandler | ||||
| 				{ | ||||
| 					if (player.isNotBlocked(activeChar)) | ||||
| 					{ | ||||
| 						cs.sendTo(player); | ||||
| 						player.sendPacket(cs); | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
|   | ||||
| @@ -150,7 +150,7 @@ public class AbnormalTimeChange extends AbstractEffect | ||||
| 		{ | ||||
| 			if ((creature != null) && creature.isPlayer()) | ||||
| 			{ | ||||
| 				upd.sendTo(creature.getActingPlayer()); | ||||
| 				creature.sendPacket(upd); | ||||
| 			} | ||||
| 		} | ||||
| 		 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment