Starlight-30036225 / ChessTCP

FILLMELATER
0 stars 0 forks source link

Ranks are labeled wrong #25

Closed Starlight-30036225 closed 7 months ago

Starlight-30036225 commented 7 months ago

When playing as white 8 should be the top rank, not the bottom

This is embarrassing

Starlight-30036225 commented 7 months ago

rank = String.valueOf(!White? (Y + 1) : 8 - Y);

fixed with a single !

Annoying though