Added WECUI handshake option

This commit is contained in:
Jim Nordbø
2012-04-07 12:15:42 +02:00
committed by zml2008
parent d81090c5d9
commit 2ed92dafad
5 changed files with 9 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ public abstract class LocalConfiguration {
};
public boolean profile = false;
public boolean enableWECUI = true;
public Set<Integer> disallowedBlocks = new HashSet<Integer>();
public int defaultChangeLimit = -1;
public int maxChangeLimit = -1;