no mod updates is not an error

This commit is contained in:
ConfiG 2024-06-19 19:11:09 +03:00 committed by GitHub
parent 8792747de2
commit 815c4a31d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,7 +186,7 @@ struct CustomMenuLayer : Modify<CustomMenuLayer, MenuLayer> {
}
}
else {
log::error("No updates found :(");
log::info("All mods up to date!");
}
}
else {