This commit is contained in:
drtshock
2014-07-01 15:10:18 -05:00
parent 5066934a95
commit 8a6a97cc90
110 changed files with 3131 additions and 1228 deletions

View File

@@ -17,7 +17,10 @@ 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() {