From 37a91579f27ffe18b0e0bb836ce082f0d02c38f2 Mon Sep 17 00:00:00 2001 From: FUTURE-SL Date: Sat, 8 Mar 2025 11:56:06 +0300 Subject: [PATCH] Broadcast description fix --- EXILED/Exiled.API/Features/Broadcast.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXILED/Exiled.API/Features/Broadcast.cs b/EXILED/Exiled.API/Features/Broadcast.cs index 6c82e747d6..34fbe4c3e4 100644 --- a/EXILED/Exiled.API/Features/Broadcast.cs +++ b/EXILED/Exiled.API/Features/Broadcast.cs @@ -25,7 +25,7 @@ public Broadcast() /// /// Initializes a new instance of the class. /// - /// The content of the broadcast>. + /// The content of the broadcast. /// The duration of the broadcast, in seconds. /// Whether the broadcast should be shown. /// The type of the broadcast.