No warehouse PopUp feedback.

This commit is contained in:
2023-01-20 13:35:57 -05:00
parent 14adea8b2e
commit 0719fa9953
+3 -1
View File
@@ -417,8 +417,10 @@ public class Mine extends AbstractGameObject {
if (guildCity == null)
return false;
if (guildCity.getWarehouse() == null)
if (guildCity.getWarehouse() == null) {
ErrorPopupMsg.sendErrorMsg(playerCharacter, "No Warehouse exists for this claim.");
return false;
}
Building nationCapitolTOL = nationCapitol.getTOL();