diff --git a/src/NadekoBot/Modules/Games/Common/Connect4/Connect4.cs b/src/NadekoBot/Modules/Games/Common/Connect4/Connect4.cs index c892d7e0..0c6bc173 100644 --- a/src/NadekoBot/Modules/Games/Common/Connect4/Connect4.cs +++ b/src/NadekoBot/Modules/Games/Common/Connect4/Connect4.cs @@ -274,6 +274,8 @@ namespace NadekoBot.Modules.Games.Common.Connect4 break; } + same = 1; + //top right for (int i = 1; i < 4; i++) {