This commit is contained in:
Olof Larsson 2015-11-30 20:18:16 +01:00
parent 37e9994efe
commit 9212ccf6ce

View File

@ -330,6 +330,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator, Nam
{
if (this.isValidHome(this.home)) return;
this.home = null;
this.changed();
msg("<b>Your faction home has been un-set since it is no longer in your territory.");
}