From ddd77b0e46a53014640e1372e9a4fcc83c9f4054 Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Tue, 18 Mar 2025 13:16:58 +0100 Subject: [PATCH] Fixed ugly comment --- degrime.simba | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/degrime.simba b/degrime.simba index 92a4382..a3ed1ea 100644 --- a/degrime.simba +++ b/degrime.simba @@ -498,8 +498,7 @@ end; Reporting Functionality -------------------------------------------------------------------------} -{ Report: Logs total casts, runtime, and XP splits for magic and herblore. -} +{ Report: Logs total casts, runtime, and XP splits for magic and herblore.} procedure TDegrimeScript.Report(); const ReportWidth = 60;