mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:01:32 +01:00
Merge pull request #17 from Silent-Client/TEST2
Update KeyBindManager.java
This commit is contained in:
commit
b67b5342d8
@ -18,7 +18,7 @@ public class KeyBindManager {
|
||||
if(SilentClientTweaker.hasOptifine) {
|
||||
try {
|
||||
this.unregisterKeybind(gameSettings, (KeyBinding) GameSettings.class.getField("ofKeyBindZoom").get(Minecraft.getMinecraft().gameSettings));
|
||||
} catch (IllegalArgumentException | IllegalAccessException | NoSuchFieldException | SecurityException e) {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user