mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Mute warning
This commit is contained in:
parent
fdcad96521
commit
68ac2b020a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public:
|
|||
// If this mod is already installed, see if it can be updated
|
||||
if (auto mod = Loader::get()->getInstalledMod(id)) {
|
||||
// todo: after update check, if there are no updates, mark this as unsolved, otherwise start update
|
||||
ModSource(mod).checkUpdates();
|
||||
(void)ModSource(mod).checkUpdates();
|
||||
}
|
||||
// Otherwise try to install the mod
|
||||
// todo: Check if the mod can be downloaded, and if not mark this as unsolved
|
||||
|
|
Loading…
Reference in a new issue