Add missing bracket

That closing bracket is kinda important
This commit is contained in:
Salanto 2021-04-03 17:11:58 +02:00
parent 013a7ecfa1
commit 026c9e778e

View File

@ -1037,6 +1037,7 @@ void AOClient::cmdEvidence_Swap(int argc, QStringList argv)
else {
sendServerMessage("Unable to swap evidence. Evidence ID out of range.");
}
}
void AOClient::cmdMute(int argc, QStringList argv)
{