Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalBlueFlame committed Dec 6, 2023
1 parent 2ab7e05 commit 688894f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/train/common/core/CommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ public class CommonProxy implements IGuiHandler {
}

public boolean isClient(){
return true;
}public void setKeyBinding(String name, int value) {
return false;
}
public void setKeyBinding(String name, int value) {
}

public void registerRenderInformation() {
Expand Down

0 comments on commit 688894f

Please sign in to comment.