Skip to content

Commit f2b417e

Browse files
committed
removed cws
1 parent 9d86315 commit f2b417e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CustomCommands/Services/CooldownManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ public void AddToCooldownList(bool isGlobal, int playerID, Guid commandID, int c
6969
CommandID = commandID,
7070
CooldownTime = DateTime.Now.AddSeconds(cooldownTime)
7171
};
72-
Console.WriteLine("Cooldown 2");
72+
7373
if (isGlobal)
7474
{
75-
Console.WriteLine("Cooldown 3");
7675
int index = PluginGlobals.CooldownTimer.FindIndex(x =>
7776
x.IsGlobal == true
7877
&& x.CommandID == commandID);

0 commit comments

Comments
 (0)