Merge branch 'main' of https://github.com/geode-sdk/geode into main

This commit is contained in:
HJfod 2022-12-08 11:53:49 +02:00
commit 82c3179885
2 changed files with 2 additions and 2 deletions
VERSION
loader/src/loader

View file

@ -1 +1 @@
0.7.0
0.6.1

View file

@ -193,7 +193,7 @@ bool Mod::hasSetting(std::string const& key) const {
Result<> Mod::loadBinary() {
if (!m_binaryLoaded) {
GEODE_UNWRAP(this->createTempDir().expect("Unable to create temp directory"));
GEODE_UNWRAP(this->createTempDir());
if (this->hasUnresolvedDependencies()) return Err("Mod has unresolved dependencies");