Disabled binoculars module for now since the field was removed from Vanilla
This commit is contained in:
parent
99857b70c6
commit
686fe8bc50
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue