From 461bd1cc091831c9877e775cddaaa0846d41ee66 Mon Sep 17 00:00:00 2001 From: INeedBots Date: Wed, 25 Nov 2020 00:10:53 -0600 Subject: [PATCH] how i forget this --- userraw/maps/mp/bots/_bot_script.gsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index c20688b..8ea6ea5 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -36,6 +36,8 @@ added() connected() { self endon("disconnect"); + + self.killerLocation = undefined; self thread difficulty(); self thread teamWatch();