From 7448483f8493f269be360f27d2ae676220008b8f Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 12 May 2026 08:02:26 -0500 Subject: [PATCH] revert option screen name for consistency --- .../cleanroom/mixins/client/MixinOptionsScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanroom/src/main/java/com/seibel/distanthorizons/cleanroom/mixins/client/MixinOptionsScreen.java b/cleanroom/src/main/java/com/seibel/distanthorizons/cleanroom/mixins/client/MixinOptionsScreen.java index 9cf4ca730..82fa8cb47 100644 --- a/cleanroom/src/main/java/com/seibel/distanthorizons/cleanroom/mixins/client/MixinOptionsScreen.java +++ b/cleanroom/src/main/java/com/seibel/distanthorizons/cleanroom/mixins/client/MixinOptionsScreen.java @@ -66,7 +66,7 @@ public class MixinOptionsScreen extends GuiScreen // Create the button and tell it where to go // For now it goes to the client option by default // Add a title to the button - "DH" /* ModInfo.ID + ".title" */))); + ModInfo.ID + ".title"))); }