Disabled binoculars module for now since the field was removed from Vanilla

This commit is contained in:
MachineMuse 2013-09-05 17:49:37 -06:00
parent 99857b70c6
commit 686fe8bc50
2 changed files with 1 additions and 4 deletions

View file

@ -206,7 +206,7 @@ public class Config {
addModule(new WaterElectrolyzerModule(HEADONLY));
// Vision
addModule(new BinocularsModule(HEADONLY));
//addModule(new BinocularsModule(HEADONLY));
addModule(new NightVisionModule(HEADONLY));
// Special

View file

@ -22,9 +22,6 @@ import java.util.EnumSet;
* @author MachineMuse
*/
public class ClientTickHandler implements ITickHandler {
protected int slotSelected = -1;
public static int dWheel;
@Override
public void tickStart(EnumSet<TickType> type, Object... tickData) {
for (ClickableKeybinding kb : KeybindManager.getKeybindings()) {