You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.LogError($"{Config.LogPrefix} Duplicate commands found, removing them from the list. Please check your config file for duplicate commands and remove them.");
62
+
for(inti=0;i<comms.Count;i++)
63
+
{
64
+
if(duplicateCommands.Contains(comms[i]))
65
+
{
66
+
Logger.LogError($"{Config.LogPrefix} Duplicate command found index {i+1}: ");
0 commit comments