do not clear notes for custom builds

This commit is contained in:
13xforever 2020-01-15 03:09:25 +05:00
parent 02b7a973e1
commit e1e294b828

View File

@ -718,7 +718,7 @@ namespace CompatBot.Utils.ResultFormatters
if (items["build_branch"] == "mgs4")
{
notes.Clear();
//notes.Clear();
generalNotes.Add("⚠ Custom RPCS3 builds are not officially supported");
}
else