From de0f076ef9ff546c9a90513259ad6c42cd2224b3 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 29 Sep 2018 16:51:26 +0200 Subject: added firebase api --- DSACore/Commands/CommandHandler.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DSACore/Commands') diff --git a/DSACore/Commands/CommandHandler.cs b/DSACore/Commands/CommandHandler.cs index 446f99e..4b6ca42 100644 --- a/DSACore/Commands/CommandHandler.cs +++ b/DSACore/Commands/CommandHandler.cs @@ -97,7 +97,6 @@ namespace DSACore.Commands private static string CheckCommand(string name, CommandTypes command, string waffe, int erschwernis = 0) { var chr = Dsa.GetCharacter(0); - throw new NotImplementedException("access char by id ore name and group id"); switch (command) { @@ -116,6 +115,8 @@ namespace DSACore.Commands } return $"{name} verwendet {waffe}"; + + throw new NotImplementedException("access char by id ore name and group id"); } } } -- cgit v1.2.3-54-g00ecf