Protocol Handler created for ArcMineWindowChangeMsg

This commit is contained in:
2023-01-07 09:44:51 -05:00
parent 5853dc802d
commit 2f22b3b91b
4 changed files with 89 additions and 17 deletions
@@ -265,9 +265,6 @@ public class ClientMessagePump implements NetMsgHandler {
case ARCMINEWINDOWAVAILABLETIME:
MineWindowAvailableTime((ArcMineWindowAvailableTimeMsg) msg, origin);
break;
case ARCMINEWINDOWCHANGE:
MineWindowChange((ArcMineWindowChangeMsg) msg, origin);
break;
case ARCOWNEDMINESLIST:
ListOwnedMines((ArcOwnedMinesListMsg) msg, origin);
break;