Merge pull request #103 from Salanto/Fix-#101

Fix #101
This commit is contained in:
Marisa P 2021-04-23 14:57:27 -05:00 committed by GitHub
commit 192930f180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,6 +291,7 @@ void AOClient::cmdStatus(int argc, QStringList argv)
return;
}
arup(ARUPType::STATUS, true);
sendServerMessageArea(ooc_name + " changed status to " + arg);
}
void AOClient::cmdJudgeLog(int argc, QStringList argv)