1
0

Another regression fix

This commit is contained in:
Zef Hemel 2023-01-25 18:42:35 +01:00
parent e14d6a6fb8
commit c1cf1b0d3a

View File

@ -103,7 +103,7 @@ export class SpaceSystem {
} }
// The cron hook // The cron hook
this.system.addHook(new CronHook()); this.system.addHook(new CronHook(this.system));
// Register syscalls available on the server side // Register syscalls available on the server side
this.system.registerSyscalls( this.system.registerSyscalls(