Clarify variable name

This commit is contained in:
Megalon 2020-05-02 11:42:11 -07:00
parent 5ca687fe81
commit bd28a2e8b6

View file

@ -317,7 +317,7 @@ namespace ModAssistant.Pages
foreach (Mod mod in ModsList)
{
// Ignore mods that are newer than installed version
if (mod.ListItem.IsNewerVersion) continue;
if (mod.ListItem.IsNewerVersionInstalled) continue;
if (mod.name.ToLower() == "bsipa")
{
@ -572,7 +572,7 @@ namespace ModAssistant.Pages
}
}
public bool IsNewerVersion
public bool IsNewerVersionInstalled
{
get
{