No warehouse PopUp feedback.
parent
14adea8b2e
commit
0719fa9953
|
|
@ -417,8 +417,10 @@ public class Mine extends AbstractGameObject {
|
||||||
if (guildCity == null)
|
if (guildCity == null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (guildCity.getWarehouse() == null)
|
if (guildCity.getWarehouse() == null) {
|
||||||
|
ErrorPopupMsg.sendErrorMsg(playerCharacter, "No Warehouse exists for this claim.");
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
Building nationCapitolTOL = nationCapitol.getTOL();
|
Building nationCapitolTOL = nationCapitol.getTOL();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue