fix: 3v3 team match wrong problems

This commit is contained in:
jakciehan
2026-05-16 09:59:54 +08:00
parent 9359139186
commit 7d17325be6
30 changed files with 441 additions and 535 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ class Sender {
/**
* Sends a frame.
*
* @param {(Buffer | String)[]} list The frame to send
* @param {Buffer[]} list The frame to send
* @param {Function} [cb] Callback
* @private
*/