summaryrefslogtreecommitdiff
path: root/DSALib/Commands/List.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Commands/List.cs')
-rw-r--r--DSALib/Commands/List.cs11
1 files changed, 2 insertions, 9 deletions
diff --git a/DSALib/Commands/List.cs b/DSALib/Commands/List.cs
index 7fc682f..1213f85 100644
--- a/DSALib/Commands/List.cs
+++ b/DSALib/Commands/List.cs
@@ -1,10 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using DSACore.Audio;
-using DSACore.DSA_Game;
+using DSALib.DSA_Game;
-namespace DSACore.Commands
+namespace DSALib.Commands
{
public class List
{
@@ -27,12 +26,6 @@ namespace DSACore.Commands
// res.AddRange(Help.Commands.Select(x => x.Name));
res.Add(Help.Get_Generic_Help());
break;
- case "play":
- case "sound":
- case "sounds":
- res.AddRange(
- Enum.GetNames(typeof(Sound)));
- break;
default:
res.Add($"Kommando {prop} nicht gefunden");