mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Merge branch 'master' into 'master'
Locked chat rooms the player can join have an unlocked icon. See merge request BondageProjects/Bondage-College!5421
This commit is contained in:
commit
f03e44b149
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ function ChatSearchNormalDraw() {
|
|||
icons.push("Icons/Private.png");
|
||||
}
|
||||
if (ChatRoomDataIsLocked(room)) {
|
||||
icons.push("Icons/CheckLocked.png");
|
||||
icons.push(room?.CanJoin ? "Icons/CheckUnlocked.png" : "Icons/CheckLocked.png");
|
||||
}
|
||||
if (hasMap) {
|
||||
icons.push(`Icons/MapType${room.MapType}.png`);
|
||||
|
|
Loading…
Add table
Reference in a new issue