From 513c21c561ce6cff116201a9345c988121d9d4c4 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 21 Mar 2024 00:09:42 +0100 Subject: [PATCH] xd --- manifests/mk.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mk.manifest b/manifests/mk.manifest index b05bf16..1a04966 100644 --- a/manifests/mk.manifest +++ b/manifests/mk.manifest @@ -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...`)