From d12d70df1b950dd066cb725f409be62a88e00676 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 5 Aug 2017 10:46:38 +0200 Subject: [PATCH] Fixed connect4 weird wins --- src/NadekoBot/Modules/Games/Common/Connect4/Connect4.cs | 2 ++ 1 file changed, 2 insertions(+) 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++) {