This commit is contained in:
parent
f8c6795d3f
commit
513c21c561
|
@ -115,7 +115,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
execute: async (pkg) => {
|
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(`RFS Mounted: ${rfs_files[0]}`)
|
||||||
console.log(`Executing game engine...`)
|
console.log(`Executing game engine...`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue