Skip to content

Commit 07c830b

Browse files
committed
Major improvement of logic
1 parent 48a61d6 commit 07c830b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/PokerPlayer.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static int BetRequest(JObject gameState)
3636
}
3737

3838
//TODO: Use this method to return the value You want to bet
39-
return 20;
39+
return 0;
4040
}
4141

4242
public static void ShowDown(JObject gameState)

0 commit comments

Comments
 (0)