]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/keyboard/CustomKeyBinding.java
Update for Forge 1.13.2
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / keyboard / CustomKeyBinding.java
index 1bf7c7ee132eaf920066dfd39a9d7ec4f6c784cf..50089548377074711e573999c5f1af0b095eb6f0 100644 (file)
@@ -18,7 +18,7 @@ class CustomKeyBinding extends KeyBinding {
         key.updateKeyCode(keyCode);
     }
 
-    public Key getKey() {
+    public Key getCustomKey() {
         return key;
     }
 }
\ No newline at end of file