Fixed connect4 weird wins
This commit is contained in:
		| @@ -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++) | ||||||
|                             { |                             { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user