1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

handle player name changes

This commit is contained in:
Robin Appelman 2017-11-19 15:53:39 +01:00
commit 2bce66b6e1
4 changed files with 28 additions and 20 deletions

View file

@ -70,7 +70,7 @@ export interface SayText2Packet {
userMessageType: 'sayText2';
client: number;
raw: number;
kind: 'TF_Chat_All' | 'TF_Chat_Team' | 'TF_Chat_AllDead';
kind: 'TF_Chat_All' | 'TF_Chat_Team' | 'TF_Chat_AllDead' | '#TF_Name_Change';
from: string;
text: string;
}