From 883f4d98947faf4dae10cbacf7b74d33a92a88dd Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 17 May 2015 14:31:38 +0200 Subject: bugfix: MO requested update information for mods without mod-id --- src/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modinfo.h b/src/modinfo.h index e50561b7..8c8d2baf 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -864,7 +864,7 @@ public: /** * @return true if the mod can be updated */ - virtual bool canBeUpdated() const { return m_NexusID >= 0; } + virtual bool canBeUpdated() const { return m_NexusID > 0; } /** * @return true if the mod can be enabled/disabled -- cgit v1.3.1