Handler created for AddGoldToTradeWindowMsg

This commit is contained in:
2024-03-29 08:39:49 -04:00
parent 3f1385dd33
commit 3a2b138deb
5 changed files with 114 additions and 93 deletions
@@ -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;