Handler created for AddGoldToTradeWindowMsg
This commit is contained in:
@@ -73,9 +73,6 @@ public class ClientMessagePump implements NetMsgHandler {
|
||||
break;
|
||||
case OPENVAULT:
|
||||
break;
|
||||
case TRADEADDGOLD:
|
||||
TradeManager.addGoldToTradeWindow((AddGoldToTradeWindowMsg) msg, origin);
|
||||
break;
|
||||
case TRADECONFIRM:
|
||||
TradeManager.commitToTrade((CommitToTradeMsg) msg, origin);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user