Skip to content

Commit

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

0 comments on commit 676b14f

Please sign in to comment.