From d57edae3a55131600090a3aee00c85c4b94621ad Mon Sep 17 00:00:00 2001 From: miozune Date: Sat, 7 Sep 2024 12:49:42 +0900 Subject: Followup for the great renaming & cleanup IMC for NEI (#3083) Co-authored-by: Martin Robertz Co-authored-by: boubou19 --- src/main/java/gregtech/common/GTClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/common') diff --git a/src/main/java/gregtech/common/GTClient.java b/src/main/java/gregtech/common/GTClient.java index eafd72b7ac..127c801b40 100644 --- a/src/main/java/gregtech/common/GTClient.java +++ b/src/main/java/gregtech/common/GTClient.java @@ -775,7 +775,7 @@ public class GTClient extends GTProxy implements Runnable { @SubscribeEvent public void onConfigChange(ConfigChangedEvent.OnConfigChangedEvent e) { - if (GregTech.ID.equals(e.modID) && "kekztech/client".equals(e.configID)) { + if (GregTech.ID.equals(e.modID) && "client".equals(e.configID)) { // refresh client preference and send to server, since it's the only config we allow changing at runtime. mPreference = new GTClientPreference(); GTPreLoad.loadClientConfig(); -- cgit