Major update, remove the hacks, use builtin overrides

This commit is contained in:
ineed bots
2023-12-16 22:42:26 -06:00
parent 29e4840450
commit 47acce3f7e
6 changed files with 376 additions and 347 deletions

View File

@ -84,10 +84,10 @@ do_botclearaimoverride()
do_botmeleeparams( yaw, dist )
{
// self botMeleeParams( yaw, dist );
self botMeleeParams( yaw, dist );
}
do_clearbotmeleeparams()
{
// self botClearMeleeParams();
self botClearMeleeParams();
}