Fix error

This commit is contained in:
ineed bots 2022-03-21 11:28:20 -06:00
parent 61d998bae3
commit 6a5046bcda
2 changed files with 5 additions and 0 deletions

View File

@ -636,6 +636,11 @@ getConeDot( to, from, dir )
return vectordot( dirToTarget, forward ); return vectordot( dirToTarget, forward );
} }
botMovementOverride(a, b, c){}
botStanceOverride(a){}
botJumpOverride(a){}
botClearOverrides(){}
/* /*
custom movement stuff custom movement stuff
*/ */