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:
parent
93859dbdcd
commit
0b82c617c1
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user