Remove three commented out rows.

This commit is contained in:
Olof Larsson 2013-04-13 11:28:14 +02:00
parent ba88f34ef9
commit c8d60a8298

View File

@ -55,10 +55,7 @@ public class Factions extends MPlugin
public FactionsExploitListener exploitListener;
public FactionsBlockListener blockListener;
// Persistance related
//private boolean locked = false;
//public boolean getLocked() {return this.locked;}
//public void setLocked(boolean val) {this.locked = val; this.setAutoSave(val);}
// Task Ids
private Integer AutoLeaveTask = null;
private Integer econLandRewardTaskID = null;