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
elseif(mod.time_updated!=0)// Check if steam request was successfull
146
146
{
147
147
if(Program.Settings.Debug)
148
148
{
149
149
ConsoleExtensions.WriteColor($"[// Debug ]Mod Id {sMod.ModId}\"{mod.publishedfileid}\" need a update cause the timestamps are not even ({sMod.LastUpdate} != {mod.time_updated})",ConsoleColor.Yellow);
ConsoleExtensions.WriteColor($"[// Debug ]Mod Id {sMod.ModId}\"{mod.publishedfileid}\" was skipped cause time update value from request was 0",ConsoleColor.Yellow);
0 commit comments