Skip to content

Commit

Permalink
Merge pull request #8 from miscord-dev/fix
Browse files Browse the repository at this point in the history
Fix a bug
  • Loading branch information
tsuzu committed Jan 24, 2024
2 parents 81fbfad + 3c146d7 commit 42069c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
goto NEXT
}

for _, player := range players {
for _, player := range playersMap {
if _, ok := prev[player.PlayerUID]; !ok {
err := retriedBoarcast(fmt.Sprintf("joined:%s", player.Name))
if err != nil {
Expand Down

0 comments on commit 42069c3

Please sign in to comment.