From e7cac3a24b88a139eaf237a4342fa27c00bf2097 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 1 Oct 2018 22:56:40 +0200 Subject: created [online] and [login] groups to easyly adress specific groups of players, even though, they havent joined a group yet --- DSACore/Controllers/CommandsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSACore/Controllers') diff --git a/DSACore/Controllers/CommandsController.cs b/DSACore/Controllers/CommandsController.cs index 1d40a43..5f27f63 100644 --- a/DSACore/Controllers/CommandsController.cs +++ b/DSACore/Controllers/CommandsController.cs @@ -33,7 +33,7 @@ namespace DSACore.Controllers { try { - return Commands.CommandHandler.ExecuteCommand(cmd); + return Commands.CommandHandler.ExecuteCommand(cmd).message; } catch (Exception e) { -- cgit v1.2.3-54-g00ecf