From 3700524af7a0b47a5fe56a048242187b0fad7c55 Mon Sep 17 00:00:00 2001 From: MangosArentLiterature <58055358+MangosArentLiterature@users.noreply.github.com> Date: Sat, 17 Apr 2021 22:15:16 -0500 Subject: [PATCH] Update documentation for cmdRandomChar forgot to do this lol --- include/aoclient.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/aoclient.h b/include/aoclient.h index 96a6a60..9fc918a 100644 --- a/include/aoclient.h +++ b/include/aoclient.h @@ -1298,8 +1298,6 @@ class AOClient : public QObject { * * @details No arguments. * - * Can silently "fail" if the character picked is already being used by another client. - * * @iscommand */ void cmdRandomChar(int argc, QStringList argv);