forked from MagicBane/Server
Unused field removed
This commit is contained in:
@@ -21,7 +21,7 @@ import engine.objects.*;
|
||||
public class TaxCityMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public TaxCityMsgHandler() {
|
||||
super(TaxCityMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
private static boolean ViewTaxes(TaxCityMsg msg, PlayerCharacter player) {
|
||||
|
||||
Reference in New Issue
Block a user