1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

merge with upstream

This commit is contained in:
blat-blatnik 2022-01-06 21:05:53 +01:00
parent c2ff007a1d
commit 5053cace5c

View file

@ -18,7 +18,7 @@ namespace IDE.util
return;
}
if (!mDefinesSet.ContainsAlt(str))
if (!mDefinesSet.Contains(scope .(str)))
{
var strCopy = new String(str);
mDefines.Add(strCopy);