From: Mario Date: Fri, 10 Sep 2021 16:03:54 +0000 (+1000) Subject: Fix compile X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=66e4e90e815b01bcf19c06509f73520b073aab44;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/common/gamemodes/gamemode/survival/sv_survival.qc b/qcsrc/common/gamemodes/gamemode/survival/sv_survival.qc index 1c066d8b7..ec7c40f8d 100644 --- a/qcsrc/common/gamemodes/gamemode/survival/sv_survival.qc +++ b/qcsrc/common/gamemodes/gamemode/survival/sv_survival.qc @@ -348,7 +348,7 @@ MUTATOR_HOOKFUNCTION(sv, PlayerDies) { eliminatedPlayers.SendFlags |= 1; if (IS_BOT_CLIENT(frag_target)) - bot_clear(frag_target); + bot_clearqueue(frag_target); } // killed an ally! punishment is death