1
0
forked from 0ad/0ad

Fix sorting by hasPassword/private in gamelist

Reported by @nani:
Sorting by "has password" in lobby game list does nothing

Add sorting value.

Differential revision: D4382
Reviewed by: @Freagarach
Fixes: #6392
Introduced in: c2155e31c0

This was SVN commit r26090.
This commit is contained in:
Angen 2021-12-21 08:00:37 +00:00
parent 84399ba248
commit 26842451d7

View File

@ -154,6 +154,7 @@ class Game
Engine.ProfileStop();
}
sortValues.private = newStanza.hasPassword;
displayData.private = newStanza.hasPassword ? '[icon="icon_private"]' : '';
this.stanza = newStanza;