mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
parent
17ddd38e6a
commit
8ccc5d5af2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue