Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…me/Traincraft-5 into 1.7-Community-4.3
  • Loading branch information
broscolotos committed Dec 6, 2023
2 parents 59f6900 + 688894f commit 23591f9
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 23591f9

Please sign in to comment.