Skip to content

Commit 386d640

Browse files
committed
remove unused usings, typo fix
1 parent 8d972a2 commit 386d640

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Code/MethodSystem/Methods/AudioMethods/DestroySpeakerMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace SER.Code.MethodSystem.Methods.AudioMethods;
88
[UsedImplicitly]
99
public class DestroySpeakerMethod : SynchronousMethod
1010
{
11-
public override string Description => "Destorys a speaker.";
11+
public override string Description => "Destroys a speaker.";
1212

1313
public override Argument[] ExpectedArguments { get; } =
1414
[

Code/ScriptSystem/Script.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System.Collections.ObjectModel;
2-
using LabApi.Features.Console;
32
using LabApi.Features.Wrappers;
4-
using MEC;
53
using SER.Code.ContextSystem;
64
using SER.Code.ContextSystem.BaseContexts;
75
using SER.Code.ContextSystem.Contexts;

0 commit comments

Comments
 (0)