mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix PS2 VER spacing (fixes #112)
This commit is contained in:
@@ -1172,7 +1172,7 @@ namespace DICUI.Utilities
|
||||
}
|
||||
|
||||
// Once it finds the "VER" line, extract the version
|
||||
return Regex.Match(line, @"VER = (.*)").Groups[1].Value;
|
||||
return Regex.Match(line, @"VER\s*=\s*(.*)").Groups[1].Value;
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user