mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
rust code generators
This commit is contained in:
parent
23735c266b
commit
7e69e420db
2 changed files with 172 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ export function handleSayText2(packet: SayText2Packet, match: Match) {
|
|||
user.name = packet.text;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
match.chat.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue