More reformatting
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user