diff --git a/src/core/game/GameUpdates.ts b/src/core/game/GameUpdates.ts index 336605a3e..778f94dd7 100644 --- a/src/core/game/GameUpdates.ts +++ b/src/core/game/GameUpdates.ts @@ -14,7 +14,7 @@ import { TileRef, TileUpdate } from "./GameMap"; export interface GameUpdateViewData { tick: number; - updates: GameUpdates | null; + updates: GameUpdates; packedTileUpdates: BigUint64Array; playerNameViewData: Record; }