Fixed connect4 weird wins

This commit is contained in:
Master Kwoth 2017-08-05 10:46:38 +02:00
parent ce602b5b35
commit d12d70df1b

View File

@ -274,6 +274,8 @@ namespace NadekoBot.Modules.Games.Common.Connect4
break; break;
} }
same = 1;
//top right //top right
for (int i = 1; i < 4; i++) for (int i = 1; i < 4; i++)
{ {