mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
use map for setconvar
This commit is contained in:
parent
384d4557f6
commit
b3e69f1af4
3 changed files with 16 additions and 15 deletions
|
|
@ -96,7 +96,7 @@ export interface ParseSoundsPacket extends BasePacket {
|
|||
|
||||
export interface SetConVarPacket extends BasePacket {
|
||||
packetType: 'setConVar';
|
||||
vars: {[key: string]: string};
|
||||
vars: Map<string, string>;
|
||||
}
|
||||
|
||||
export interface TempEntitiesPacket extends BasePacket {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue