This commit is contained in:
Olof Larsson
2016-10-09 10:59:43 +02:00
parent 19229ac221
commit 9bca51b470
18 changed files with 348 additions and 41 deletions

View File

@@ -124,7 +124,7 @@ public class CmdFactionsJoin extends FactionsCommand
// Apply
mplayer.resetFactionData();
mplayer.setFaction(faction);
faction.setInvited(mplayer, false);
// Derplog

View File

@@ -261,7 +261,7 @@ public class CmdFactionsRank extends FactionsCommand
}
else
{
// Derp is a member in Faction
// Derp is a member in Faction
msg("%s <i>%s %s <h>%s <i>%s %s<i>.", targetName, isAre, theAan, rankName, ofIn, factionName);
}
}