Fixed Econ Format, Added Multiple Placeholders, Updated Pom.

This commit is contained in:
Driftay
2019-08-06 08:01:09 -04:00
parent de76801757
commit ac85687258
12 changed files with 44 additions and 11 deletions

View File

@@ -141,8 +141,7 @@ public class CmdJoin extends FCommand {
}
faction.deinvite(fplayer);
fme.setRole(faction.getDefaultRole());
fplayer.setRole(faction.getDefaultRole());
if (Conf.logFactionJoin) {
if (samePlayer) {
P.p.log(TL.COMMAND_JOIN_JOINEDLOG.toString(), fplayer.getName(), faction.getTag());