We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d972a2 commit 386d640Copy full SHA for 386d640
2 files changed
Code/MethodSystem/Methods/AudioMethods/DestroySpeakerMethod.cs
@@ -8,7 +8,7 @@ namespace SER.Code.MethodSystem.Methods.AudioMethods;
8
[UsedImplicitly]
9
public class DestroySpeakerMethod : SynchronousMethod
10
{
11
- public override string Description => "Destorys a speaker.";
+ public override string Description => "Destroys a speaker.";
12
13
public override Argument[] ExpectedArguments { get; } =
14
[
Code/ScriptSystem/Script.cs
@@ -1,7 +1,5 @@
1
using System.Collections.ObjectModel;
2
-using LabApi.Features.Console;
3
using LabApi.Features.Wrappers;
4
-using MEC;
5
using SER.Code.ContextSystem;
6
using SER.Code.ContextSystem.BaseContexts;
7
using SER.Code.ContextSystem.Contexts;
0 commit comments