Ident correction.

Last branch had a bad intend due to some misconfiguration on my side.
This commit is contained in:
Liz3
2019-03-03 05:10:25 +01:00
parent bb7d32bb92
commit b10d0caafa
232 changed files with 26900 additions and 26895 deletions

View File

@@ -4,8 +4,8 @@ import com.massivecraft.factions.struct.Relation;
public class CmdRelationAlly extends FRelationCommand {
public CmdRelationAlly() {
aliases.add("ally");
targetRelation = Relation.ALLY;
}
public CmdRelationAlly() {
aliases.add("ally");
targetRelation = Relation.ALLY;
}
}