mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Do not inform of mod update if remote version is older than local
This commit is contained in:
@@ -217,7 +217,7 @@ bool ModState::isInstalled() const
|
||||
|
||||
bool ModState::isUpdateAvailable() const
|
||||
{
|
||||
return getInstalledVersion() != getRepositoryVersion() && !getRepositoryVersion().isEmpty() && !getInstalledVersion().isEmpty();
|
||||
return impl.isUpdateAvailable();
|
||||
}
|
||||
|
||||
bool ModState::isCompatible() const
|
||||
|
||||
Reference in New Issue
Block a user