From 634a7dc2ce3dc68644ea9e54d871f38c4f4b4e97 Mon Sep 17 00:00:00 2001 From: l2- Date: Tue, 18 Jul 2017 02:10:59 +0200 Subject: [PATCH] Added pm sent to valid message types --- .../net/runelite/client/plugins/pricecommands/PriceCommands.java | 1 + 1 file changed, 1 insertion(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/pricecommands/PriceCommands.java b/runelite-client/src/main/java/net/runelite/client/plugins/pricecommands/PriceCommands.java index 8698e1aa2f..78d218610f 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/pricecommands/PriceCommands.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/pricecommands/PriceCommands.java @@ -81,6 +81,7 @@ public class PriceCommands extends Plugin case PUBLIC: case CLANCHAT: case PRIVATE_MESSAGE_RECEIVED: + case PRIVATE_MESSAGE_SENT: break; default: return;