|
|
@ -4,6 +4,7 @@ import engine.Enum; |
|
|
|
import engine.InterestManagement.RealmMap; |
|
|
|
import engine.InterestManagement.RealmMap; |
|
|
|
import engine.exception.MsgSendException; |
|
|
|
import engine.exception.MsgSendException; |
|
|
|
import engine.gameManager.BuildingManager; |
|
|
|
import engine.gameManager.BuildingManager; |
|
|
|
|
|
|
|
import engine.gameManager.ChatManager; |
|
|
|
import engine.net.Dispatch; |
|
|
|
import engine.net.Dispatch; |
|
|
|
import engine.net.DispatchMessage; |
|
|
|
import engine.net.DispatchMessage; |
|
|
|
import engine.net.client.ClientConnection; |
|
|
|
import engine.net.client.ClientConnection; |
|
|
@ -131,14 +132,15 @@ public class TaxCityMsgHandler extends AbstractClientMsgHandler { |
|
|
|
TaxCityMsg msg; |
|
|
|
TaxCityMsg msg; |
|
|
|
|
|
|
|
|
|
|
|
player = origin.getPlayerCharacter(); |
|
|
|
player = origin.getPlayerCharacter(); |
|
|
|
|
|
|
|
ChatManager.chatSystemInfo(player,"Taxing has been disabled"); |
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//msg = (TaxCityMsg) baseMsg;
|
|
|
|
|
|
|
|
|
|
|
|
msg = (TaxCityMsg) baseMsg; |
|
|
|
//ViewTaxes(msg, player);
|
|
|
|
|
|
|
|
|
|
|
|
ViewTaxes(msg, player); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//return true;
|
|
|
|
return true; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|