@ -340,16 +340,18 @@ public class ClientMessagePump implements NetMsgHandler {
@@ -340,16 +340,18 @@ public class ClientMessagePump implements NetMsgHandler {
if(player==null)
return;
if(msg.getNumItems()<1){
ChatManager.chatSystemInfo(player,"You Have Attempted To Dupe. Please Don't");
ChatManager.chatSystemInfo(player,"You Have Attempted To Dupe. Please Don't");
return;//catch gold dupe for negative numbers
}
if(itemManager==null)
return;
@ -402,16 +404,17 @@ public class ClientMessagePump implements NetMsgHandler {
@@ -402,16 +404,17 @@ public class ClientMessagePump implements NetMsgHandler {
if(player==null)
return;
if(msg.getNumItems()<1){
ChatManager.chatSystemInfo(player,"You Have Attempted To Dupe. Please Don't");