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/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/constants.ts') diff --git a/server/src/constants.ts b/server/src/constants.ts index a2b3d12..2968d3a 100644 --- a/server/src/constants.ts +++ b/server/src/constants.ts @@ -1,6 +1,6 @@ export namespace Constants { export const SERVER_PORT = 8080; - export const SERVER_TICK_RATE = (1 / 60) * 1000; + export const SERVER_TICK_RATE = (1 / 120) * 1000; export const GAME_TOPIC = 'game'; export const MAX_PLAYERS = 8; } -- cgit v1.3