diff --git a/src/modules/filesystem/wrap_Filesystem.cpp b/src/modules/filesystem/wrap_Filesystem.cpp index 9c1c43633..93cea1180 100644 --- a/src/modules/filesystem/wrap_Filesystem.cpp +++ b/src/modules/filesystem/wrap_Filesystem.cpp @@ -138,6 +138,7 @@ int w_mount(lua_State *L) bool append = luax_optboolean(L, startidx + 1, false); luax_pushboolean(L, instance()->mount(data, archive.c_str(), mountpoint, append)); + return 1; } else if (luax_istype(L, 1, DroppedFile::type)) {