Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Oops, I'm stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoo committed Jul 19, 2015
1 parent 139bc6c commit 417d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SplitsBetComponent.cs
Expand Up @@ -572,7 +572,7 @@ private void SpecialBet(TwitchChat.User user, string argument)
}
SpecialBets.Add(user.Name, time);
}
catch
catch (Exception e)
{
LogException(e);
}
Expand Down

0 comments on commit 417d92c

Please sign in to comment.