More reformatting

This commit is contained in:
drtshock
2014-07-01 14:52:40 -05:00
parent dc54f78cc1
commit 5066934a95
109 changed files with 1288 additions and 2883 deletions

View File

@@ -15,10 +15,7 @@ public class FactionRelationEvent extends Event {
private Relation frel;
public FactionRelationEvent(Faction sender, Faction target, Relation oldrel, Relation rel) {
fsender = sender;
ftarget = target;
foldrel = oldrel;
frel = rel;
fsender = sender; ftarget = target; foldrel = oldrel; frel = rel;
}
public HandlerList getHandlers() {