diff --git a/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs b/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs index f3176225..71fd68c9 100644 --- a/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs +++ b/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs @@ -30,7 +30,7 @@ namespace CompatBot.EventHandlers.LogParsing Extractors = new() { ["RPCS3 v"] = new(@"(^|.+\d:\d\d:\d\d\.\d{6})\s*(?RPCS3 [^\xC2\xB7]+?)\r?(\n·|$)", DefaultSingleLineOptions), - ["0:00:00.000"] = new(@"(?·).+\r?$", DefaultOptions), + ["0:00:00.0"] = new(@"(?·).+\r?$", DefaultOptions), ["Operating system:"] = LogParserResult.OsInfoInLog, ["Physical device intialized"] = new(@"Physical device intialized\. GPU=(?.+), driver=(?-?\d+)\r?$", DefaultOptions), ["Found vulkan-compatible GPU:"] = new(@"Found vulkan-compatible GPU: (?'(?.+)' running.+)\r?$", DefaultOptions),