diff --git a/common/syscalls/system.ts b/common/syscalls/system.ts index d6bba160..f9c97985 100644 --- a/common/syscalls/system.ts +++ b/common/syscalls/system.ts @@ -113,7 +113,7 @@ export function systemSyscalls( "system.loadSpaceScripts": async () => { // Reload scripts locally await commonSystem.loadSpaceScripts(); - if (client) { + if (client && !globalThis.silverBulletConfig.syncOnly) { // Reload scripts remotely await proxySyscall( {},