Skip to content

Commit

Permalink
Fixed Accent and Component
Browse files Browse the repository at this point in the history
  • Loading branch information
ps3moira committed Dec 28, 2023
1 parent 44b1c50 commit 6eee268
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Content.Server.Speech.EntitySystems;
using Content.Server.DeltaV.Speech.EntitySystems;

namespace Content.Server.DeltaV.Speech.Components;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using Content.Server.Speech.Components;
using Content.Server.DeltaV.Speech.Components;
using Content.Server.Speech;
using Content.Server.Speech.EntitySystems;
using System.Text.RegularExpressions;

namespace Content.Server.Speech.EntitySystems;
namespace Content.Server.DeltaV.Speech.EntitySystems;

public sealed class ScottishAccentSystem : EntitySystem
{
Expand Down

0 comments on commit 6eee268

Please sign in to comment.