This commit is contained in:
SrGooglo 2024-03-21 00:09:42 +01:00
parent f8c6795d3f
commit 513c21c561
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ module.exports = {
}
},
execute: async (pkg) => {
await pkg.libraries.rfs.mount(rfs_files[0], () => {
await pkg.libraries.rfs.mount(rfs_files[0], undefined, () => {
console.log(`RFS Mounted: ${rfs_files[0]}`)
console.log(`Executing game engine...`)