diff --git a/MinecraftClient/ChatBots/ScriptScheduler.cs b/MinecraftClient/ChatBots/ScriptScheduler.cs index 7605fc40..cb06fc3e 100644 --- a/MinecraftClient/ChatBots/ScriptScheduler.cs +++ b/MinecraftClient/ChatBots/ScriptScheduler.cs @@ -97,6 +97,7 @@ namespace MinecraftClient.ChatBots //Check if we built a valid task before adding it if (current_task.script_file != null && Script.LookForScript(ref current_task.script_file) //Check if file exists && (current_task.triggerOnLogin + || current_task.triggerOnFirstLogin || (current_task.triggerOnTime && current_task.triggerOnTime_Times.Count > 0)) || (current_task.triggerOnInterval && current_task.triggerOnInterval_Interval > 0)) //Look for a valid trigger {