Skip to content

Commit

Permalink
fix server selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 13, 2024
1 parent e251d68 commit f8814a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/discord/modules/commands/developer/Gserv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const SlashGservCommand: SlashCommand = {

await Promise.all(
bridge.servers
.filter(s => selectedServers.indexOf(s.config.id.toString()))
.filter(s => selectedServers.includes(s.config.id.toString()))
.map(gameServer =>
gserv(
result,
Expand Down

0 comments on commit f8814a0

Please sign in to comment.