From ab86bf33175f767088a12076396c842adb31161c Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 20 Jan 2023 17:22:06 +0100 Subject: [PATCH] Improve 'sv_addbot' command usage text --- r5dev/vstdlib/callback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/vstdlib/callback.cpp b/r5dev/vstdlib/callback.cpp index 68e9fc71..6ca5b06a 100644 --- a/r5dev/vstdlib/callback.cpp +++ b/r5dev/vstdlib/callback.cpp @@ -1246,7 +1246,7 @@ void CC_CreateFakePlayer_f(const CCommand& args) #ifndef CLIENT_DLL if (args.ArgC() < 3) { - DevMsg(eDLL_T::SERVER, "usage: sv_addbot name teamid\n"); + DevMsg(eDLL_T::SERVER, "usage 'sv_addbot': name(string) teamid(int)\n"); return; }