0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:50:43 -05:00

Fixed incorrect type

This commit is contained in:
Chomp 2025-01-07 17:50:54 +00:00
parent 93859dbdcd
commit 0b82c617c1

View File

@ -29,7 +29,7 @@ export interface IConfig {
WeaponOverlapDistanceCulling: number; WeaponOverlapDistanceCulling: number;
WebDiagnosticsEnabled: boolean; WebDiagnosticsEnabled: boolean;
NetworkStateView: INetworkStateView; NetworkStateView: INetworkStateView;
WsReconnectionDelays: string[]; WsReconnectionDelays: number[];
} }
export interface IFramerateLimit { export interface IFramerateLimit {