Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit 1fc74a5

Browse files
committed
Fix CanPlay being false by default
1 parent bcbe60e commit 1fc74a5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

BotBitsExt.Rounds/BotBitsExt.Rounds.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>1.2.0</version>
5+
<version>1.2.1</version>
66
<title>$title$</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>

BotBitsExt.Rounds/RoundPlayers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ where player.IsPlaying()
4949
[EventListener]
5050
private void OnJoin(JoinEvent e)
5151
{
52+
e.Player.SetCanPlay(true);
53+
5254
e.Player.MetadataChanged += (sender, ev) =>
5355
{
5456
switch (ev.Key)

0 commit comments

Comments
 (0)