From 0380768ed722598c6ceba8ceb035a21c02885f40 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 16 Dec 2023 23:17:08 -0600 Subject: [PATCH] not ready yet --- scripts/bots_adapter_pt5.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bots_adapter_pt5.gsc b/scripts/bots_adapter_pt5.gsc index 13554ac..8c93295 100644 --- a/scripts/bots_adapter_pt5.gsc +++ b/scripts/bots_adapter_pt5.gsc @@ -84,10 +84,10 @@ do_botclearaimoverride() do_botmeleeparams( yaw, dist ) { - self botMeleeParams( yaw, dist ); + // self botMeleeParams( yaw, dist ); } do_clearbotmeleeparams() { - self botClearMeleeParams(); + // self botClearMeleeParams(); }