Fixed connect4 weird wins
This commit is contained in:
parent
ce602b5b35
commit
d12d70df1b
@ -274,6 +274,8 @@ namespace NadekoBot.Modules.Games.Common.Connect4
|
||||
break;
|
||||
}
|
||||
|
||||
same = 1;
|
||||
|
||||
//top right
|
||||
for (int i = 1; i < 4; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user