Open dehidehidehi opened 1 year ago
Great engine, thank you !
I would suggest making it explicit to provide a lowerCase account name when passing in the accountName into the LichessClientBuilder class.
accountName
LichessClientBuilder
Otherwise, the case sensitive equals() checks to determine who's turn it is (AI or player) always fails or returns null.
equals()
null
It was difficult for me to realize this.
Great engine, thank you !
I would suggest making it explicit to provide a lowerCase account name when passing in the
accountName
into theLichessClientBuilder
class.Otherwise, the case sensitive
equals()
checks to determine who's turn it is (AI or player) always fails or returnsnull
.It was difficult for me to realize this.