From bb2ba27aeb3d68433ab290162d7517e2203b7242 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Sun, 14 Sep 2025 20:12:30 -0700 Subject: [PATCH] Reflect timespan change in help, too --- MCGalaxy/Commands/Moderation/CmdHighlight.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/Moderation/CmdHighlight.cs b/MCGalaxy/Commands/Moderation/CmdHighlight.cs index 7b6a88d1d..771fcee2c 100644 --- a/MCGalaxy/Commands/Moderation/CmdHighlight.cs +++ b/MCGalaxy/Commands/Moderation/CmdHighlight.cs @@ -100,7 +100,7 @@ namespace MCGalaxy.Commands.Moderation { p.Message("&HHighlights blocks changed by [player] in the past "); p.Message("&T/Highlight area [player] "); p.Message("&HOnly highlights in the specified region."); - p.Message("&H If is not given, highlights for last 30 minutes"); + p.Message("&H If is not given, highlights for last 100 days"); p.Message("&W/Highlight cannot be disabled, use /reload to un-highlight"); } }