Skip to content

Commit cad2453

Browse files
committed
minor spelling mistake
1 parent 1aa6d14 commit cad2453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/gamebridge/GameBridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default class GameBridge extends Service {
150150
status: "online",
151151
activities: [
152152
{
153-
name: `${count === 1 ? "a" : ""} player${count !== 1 ? "s" : ""}`,
153+
name: `${count === 1 ? "a" : count} player${count !== 1 ? "s" : ""}`,
154154
type: 3,
155155
},
156156
],

0 commit comments

Comments
 (0)