Skip to content

Commit

Permalink
Stabilize numplayers on teamspeak2
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Oct 27, 2023
1 parent 878b40e commit 1ba69bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocols/teamspeak2.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default class teamspeak2 extends Core {
})
state.players.push(player)
}
state.numplayers = state.players.length
}

{
Expand Down

0 comments on commit 1ba69bd

Please sign in to comment.