summaryrefslogtreecommitdiff
path: root/server/src/network/SessionInputSystem.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-29 12:05:02 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-29 12:05:02 -0600
commitfd1bb1cca9521348ae2849ef30be09264503681e (patch)
tree6859c24c53fdd2a83ed0a92ee10272aa70b6c55d /server/src/network/SessionInputSystem.ts
parent8a4ab8d79b5ce1dabb431168398b5d5111fe326c (diff)
downloadjumpstorm-fd1bb1cca9521348ae2849ef30be09264503681e.tar.gz
jumpstorm-fd1bb1cca9521348ae2849ef30be09264503681e.zip
don't update controllable entities on the client
Diffstat (limited to 'server/src/network/SessionInputSystem.ts')
-rw-r--r--server/src/network/SessionInputSystem.ts2
1 files changed, 1 insertions, 1 deletions
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;