}
public AnalystResult correctReact(final PokerData pdata, final Window playWnd,
final AnalystResult analystResult) {
final UIReaction reaction = analystResult.getReaction();
if (reaction == UIReaction.UIR_ACTION_CHECK) {
if (playWnd.getCurrentEvent() == EventType.ET_ACTION_FOLD_ANY_RAISE) {
return analystResult;
} else if (playWnd.getCurrentEvent() == EventType.ET_ACTION_FOLD_CALL) {
System.err.println("WRONG REACTION(CHECK WHERE ET_ACTION_FOLD_CALL)");