Fix /f enemy/neutral/ally's message of sender's faction

This commit is contained in:
Tibo 2014-12-19 13:11:38 +01:00
parent 3c2e51e8ed
commit 728b6b0fbc
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public abstract class FRelationCommand extends FCommand {
Bukkit.getServer().getPluginManager().callEvent(relationEvent);
them.msg(TL.COMMAND_RELATIONS_MUTUAL, currentRelationColor + targetRelation.getTranslation(), currentRelationColor + myFaction.getTag());
myFaction.msg(TL.COMMAND_RELATIONS_MUTUAL, currentRelationColor + targetRelation.getTranslation(), currentRelationColor + myFaction.getTag());
myFaction.msg(TL.COMMAND_RELATIONS_MUTUAL, currentRelationColor + targetRelation.getTranslation(), currentRelationColor + them.getTag());
}
// inform the other faction of your request
else {