Skip to content

Commit

Permalink
Fix: Include Maeve as one of the exceptions in the visitor hide chat …
Browse files Browse the repository at this point in the history
…config description (#3002)
  • Loading branch information
Chissl authored Nov 29, 2024
1 parent b649a0e commit ba8d210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String toString() {
public boolean hypixelArrivedMessage = true;

@Expose
@ConfigOption(name = "Hide Chat", desc = "Hide chat messages from the visitors in the garden. (Except Beth and Spaceman)")
@ConfigOption(name = "Hide Chat", desc = "Hide chat messages from the visitors in the garden. (Except Beth, Maeve, and Spaceman)")
@ConfigEditorBoolean
@FeatureToggle
public boolean hideChat = true;
Expand Down

0 comments on commit ba8d210

Please sign in to comment.