From 11e65f756547a1a89ac1c9232130bcc3b4937aaf Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 20 Jul 2023 16:58:29 -0700 Subject: [PATCH] fix error when updating deps --- src/ReplicatedStorage/ecs/systems/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReplicatedStorage/ecs/systems/index.ts b/src/ReplicatedStorage/ecs/systems/index.ts index 5a64677..b0c23a0 100644 --- a/src/ReplicatedStorage/ecs/systems/index.ts +++ b/src/ReplicatedStorage/ecs/systems/index.ts @@ -29,7 +29,7 @@ let hotReloader: HotReloader | undefined * This is thrown when a container necessary for the provided host doesn't * exist. */ -export function start(container: Host, loop: Loop, debug: Debugger): void { +export function start(container: Host, loop: Loop, debug: Debugger): void { if (!firstRunSystems) return const containers: Instance[] = []