Fix to hangman
This commit is contained in:
parent
8a9581a7e6
commit
32af4184ba
@ -138,7 +138,7 @@ namespace NadekoBot.Modules.Games.Commands.Hangman
|
|||||||
|
|
||||||
if (msg.Channel != GameChannel)
|
if (msg.Channel != GameChannel)
|
||||||
return; // message's channel has to be the same as game's
|
return; // message's channel has to be the same as game's
|
||||||
if (msg.Content.Length != 1) // message must be 1 char long
|
if (msg.Content.Length == 1) // message must be 1 char long
|
||||||
{
|
{
|
||||||
if (++MessagesSinceLastPost > 10)
|
if (++MessagesSinceLastPost > 10)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user