mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +02:00
fix name for groups
This commit is contained in:
parent
c00e4ffd3e
commit
35ccffd16c
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ export class Steam {
|
||||||
return {
|
return {
|
||||||
puppetId: room.puppetId,
|
puppetId: room.puppetId,
|
||||||
groupId: room.groupId,
|
groupId: room.groupId,
|
||||||
shortDescription: p.knownGroupNames.get(room.groupId),
|
name: p.knownGroupNames.get(room.groupId),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue