Skip to content

Commit

Permalink
old-ahelp
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Oct 26, 2024
1 parent f17649f commit 9ef2c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ public sealed class AHelpUIController: UIController, IOnSystemChanged<BwoinkSyst
private bool _discordRelayActive;
private bool _hasUnreadAHelp;

public const string AHelpErrorSound = "/Audio/Admin/ahelp_error.ogg";
public const string AHelpReceiveSound = "/Audio/Admin/ahelp_receive.ogg";
public const string AHelpSendSound = "/Audio/Admin/ahelp_send.ogg";
public const string AHelpErrorSound = "/Audio/Admin/adminhelp_old.ogg";
public const string AHelpReceiveSound = "/Audio/Admin/adminhelp_old.ogg";
public const string AHelpSendSound = "/Audio/Admin/adminhelp_old.ogg";


public override void Initialize()
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 108 files

0 comments on commit 9ef2c13

Please sign in to comment.