Skip to content

Commit 261045b

Browse files
Techbot121Meta Construct
authored andcommitted
add mapname to the activity
1 parent 753f4dc commit 261045b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/gamebridge/payloads/StatusPayload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default class StatusPayload extends Payload {
121121
name: `${count === 1 ? "a" : count} player${count !== 1 ? "s" : ""} ${
122122
getRandomActivity(gamemodeName) ?? ""
123123
}`,
124+
state: `on ${current_map}`,
124125
type: 3,
125126
},
126127
],

0 commit comments

Comments
 (0)