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

@@ -17,10 +17,7 @@ public class LandUnclaimEvent extends Event implements Cancellable {
private FPlayer fplayer;
public LandUnclaimEvent(FLocation loc, Faction f, FPlayer p) {
cancelled = false;
location = loc;
faction = f;
fplayer = p;
cancelled = false; location = loc; faction = f; fplayer = p;
}
public HandlerList getHandlers() {