mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
8d15acaef3
commit
db6d6c80bf
22 changed files with 130 additions and 152 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using System.Xml.Linq;
|
||||
using Tomlet.Attributes;
|
||||
using static MinecraftClient.ChatBots.ScriptScheduler.Configs;
|
||||
|
||||
|
|
@ -249,7 +250,7 @@ namespace MinecraftClient.ChatBots
|
|||
task.Trigger_On_Login,
|
||||
task.Trigger_On_Times.Enable,
|
||||
task.Trigger_On_Interval.Enable,
|
||||
task.Trigger_On_Times.Times,
|
||||
string.Join(", ", Array.ConvertAll(task.Trigger_On_Times.Times, time => time.ToString())),
|
||||
task.Trigger_On_Interval.MinTime + '-' + task.Trigger_On_Interval.MaxTime,
|
||||
task.Action
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue