Skip to content

Commit

Permalink
fix: connected field on playerUpdate is missing (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allvaa authored Feb 16, 2021
1 parent 41e3582 commit 46960aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SocketServer(

json.put("op", "playerUpdate")
json.put("guildId", player.guildId)
json.put("state", player.state)
json.put("state", state)
socketContext.send(json)
}
}
Expand Down

0 comments on commit 46960aa

Please sign in to comment.