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