Sorting players on contract turns left is not possible (anymore). It is supposed to be possible, isn’t it?
I believe the issue is that column is being sorted as text instead of number. For example you see 104, 17, 248 instead of 17, 104, 248. Maybe the asterisk (*) that indicates a new contract has been signed is the culprit. I’ll create a bug in our list to fix this.
Thanks Dimitri
All good now, I’ve removed the asterisk (*) for renewed contracts and added up the remaining contract time with the new contract time to get the total turns left instead. You should now be able to sort by that column.
Yes I can, thanks.