No warehouse PopUp feedback.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user