summaryrefslogtreecommitdiff
path: root/DSACore/Controllers
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-10-01 22:56:40 +0200
committerTrueDoctor <d-kobert@web.de>2018-10-01 22:56:40 +0200
commite7cac3a24b88a139eaf237a4342fa27c00bf2097 (patch)
treee77de5432ac25c975d0f357a3383f1e8951fe5d8 /DSACore/Controllers
parentb7ef3c860375baea7b5db95940519ce0746b6ecc (diff)
created [online] and [login] groups to easyly adress specific groups of players, even though, they havent joined a group yet
Diffstat (limited to 'DSACore/Controllers')
-rw-r--r--DSACore/Controllers/CommandsController.cs2
1 files changed, 1 insertions, 1 deletions
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)
{