Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Make Discord same way it's done on Classic oqueue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczuga committed May 29, 2020
1 parent 572beea commit 8075f66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed art/discord.tga
Binary file not shown.
Binary file added art/voip_discord.tga
Binary file not shown.
4 changes: 2 additions & 2 deletions oqueue.defines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ OQ.TYPE_CHALLENGE = 'C'
OQ.TYPE_MISC = 'M'
OQ.TYPE_ROLEPLAY = 'P'

OQ.VOIP_DISCORD = 'd'
OQ.VOIP_DOLBYAXON = 'D'
OQ.VOIP_MUMBLE = 'M'
OQ.VOIP_DISCORD = 'C'
OQ.VOIP_NOVOICE = '0'
OQ.VOIP_RAIDCALL = 'R'
OQ.VOIP_RAZOR = 'r'
Expand All @@ -144,7 +144,7 @@ OQ.VOIP_ICON = {
[OQ.VOIP_SKYPE] = 'Interface\\Addons\\oqueue\\art\\voip_skype.tga',
[OQ.VOIP_TEAMSPEAK] = 'Interface\\Addons\\oqueue\\art\\voip_teamspeak.tga',
[OQ.VOIP_DOLBYAXON] = 'Interface\\Addons\\oqueue\\art\\voip_axon.tga',
[OQ.VOIP_DISCORD] = 'Interface\\Addons\\oqueue\\art\\discord.tga',
[OQ.VOIP_DISCORD] = 'Interface\\Addons\\oqueue-classic\\art\\voip_discord.tga',
[OQ.VOIP_RAIDCALL] = 'Interface\\Addons\\oqueue\\art\\voip_raidcall.tga',
[OQ.VOIP_RAZOR] = 'Interface\\Addons\\oqueue\\art\\voip_razor.tga',
[OQ.VOIP_MUMBLE] = 'Interface\\Addons\\oqueue\\art\\voip_mumble.tga',
Expand Down

0 comments on commit 8075f66

Please sign in to comment.