summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.cpp')
-rw-r--r--src/crsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index d7a2b7f..fa069e0 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -1799,7 +1799,7 @@ CMD_FUNCTION_IMPL(host)
}
else
{
- respond(client, "Szenario \"" + args + "\" wurde nicht gefunden!\n");
+ respond(client, "Szenario \"" + argList.join(' ') + "\" wurde nicht gefunden!\n");
}
}
}