mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:10:44 -05:00
Fixed incorrect type
This commit is contained in:
parent
93859dbdcd
commit
0b82c617c1
@ -29,7 +29,7 @@ export interface IConfig {
|
||||
WeaponOverlapDistanceCulling: number;
|
||||
WebDiagnosticsEnabled: boolean;
|
||||
NetworkStateView: INetworkStateView;
|
||||
WsReconnectionDelays: string[];
|
||||
WsReconnectionDelays: number[];
|
||||
}
|
||||
|
||||
export interface IFramerateLimit {
|
||||
|
Loading…
x
Reference in New Issue
Block a user