Call changed() more often
This commit is contained in:
@@ -72,6 +72,7 @@ public class CmdFactionsInviteAdd extends FactionsCommand
|
||||
|
||||
// Apply
|
||||
msenderFaction.setInvited(mplayer, true);
|
||||
msenderFaction.changed();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@@ -109,6 +109,9 @@ public class CmdFactionsInviteRemove extends FactionsCommand
|
||||
|
||||
// Apply
|
||||
msenderFaction.setInvited(mplayer, false);
|
||||
|
||||
// If all, we do this at last. So we only do it once.
|
||||
if (! all) msenderFaction.changed();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -143,6 +146,7 @@ public class CmdFactionsInviteRemove extends FactionsCommand
|
||||
);
|
||||
|
||||
msenderFaction.sendMessage(factionsRevokeAll);
|
||||
msenderFaction.changed();
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -119,6 +119,9 @@ public abstract class CmdFactionsRelationAbstract extends FactionsCommand
|
||||
otherFaction.msg("<i>This will have no effect while their faction is peaceful.");
|
||||
msenderFaction.msg("<i>This will have no effect while your faction is peaceful.");
|
||||
}
|
||||
|
||||
// Mark as changed
|
||||
msenderFaction.changed();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user