From 2b04075d331793d2b425149509f9181b53f1309d Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Wed, 14 Apr 2021 09:57:11 +0200 Subject: [PATCH] Try to fix compile error with Github Editor I hate this. --- src/commands.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.cpp b/src/commands.cpp index 19c3dca..d628d25 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1392,6 +1392,7 @@ void AOClient::cmdAddStatement(int argc, QStringList argv) } else sendServerMessage("Unable to add anymore statements. Please remove any unused ones."); + } void AOClient::cmdReload(int argc, QStringList argv)