Skip to content

Commit 0c51b46

Browse files
authored
Update ClothConfigIntegration.java (#529)
1 parent aab627f commit 0c51b46

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/aizistral/nochatreports/common/config/ClothConfigIntegration.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ protected static Screen getConfigScreen(Screen parent) {
157157
.setSaveConsumer(newValue -> NCRConfig.getClient().verifiedIconOffsetY = newValue)
158158
.build());
159159

160-
// Warning for showEncryptionButton
161-
client.addEntry(entryBuilder.startTextDescription(Component.translatable("gui.NoChatReports.showEncryptionButtonWarning"))
162-
.build());
163-
164160
// Set an option for showServerSafety
165161
client.addEntry(entryBuilder.startBooleanToggle(Component.translatable("option.NoChatReports.showServerSafety"), NCRConfig.getClient().showServerSafety)
166162
.setDefaultValue(true)

0 commit comments

Comments
 (0)