From fd1bb1cca9521348ae2849ef30be09264503681e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 29 Aug 2023 12:05:02 -0600 Subject: don't update controllable entities on the client --- server/src/network/SessionInputSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/network/SessionInputSystem.ts') diff --git a/server/src/network/SessionInputSystem.ts b/server/src/network/SessionInputSystem.ts index 44fba54..0f7ca6f 100644 --- a/server/src/network/SessionInputSystem.ts +++ b/server/src/network/SessionInputSystem.ts @@ -1,7 +1,7 @@ import { Game } from '@engine/Game'; import { SessionManager } from '.'; import { System } from '@engine/systems'; -import { BoundingBox, ComponentNames, Control } from '@engine/components'; +import { ComponentNames } from '@engine/components'; export class SessionInputSystem extends System { private sessionManager: SessionManager; -- cgit v1.3