arch: added support for aarch64
This commit is contained in:
parent
bea8120a41
commit
1ecc0827c9
7 changed files with 83 additions and 48 deletions
|
|
@ -559,7 +559,7 @@ void BotManager::serverFill (int selection, int personality, int difficulty, int
|
|||
void BotManager::kickEveryone (bool instant, bool zeroQuota) {
|
||||
// this function drops all bot clients from server (this function removes only yapb's)
|
||||
|
||||
if (cv_quota.bool_ ()) {
|
||||
if (cv_quota.bool_ () && getBotCount () > 0) {
|
||||
ctrl.msg ("Bots are removed from server.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue