mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 07:01:50 +00:00
case sensitivity
This commit is contained in:
@ -34,20 +34,20 @@ do_fileexists( file )
|
||||
|
||||
do_botaction( action )
|
||||
{
|
||||
self BotAction( action );
|
||||
self botaction( action );
|
||||
}
|
||||
|
||||
do_botstop()
|
||||
{
|
||||
self BotStop();
|
||||
self botstop();
|
||||
}
|
||||
|
||||
do_botmovement( forward, right )
|
||||
{
|
||||
self BotMovement( forward, right );
|
||||
self botmovement( forward, right );
|
||||
}
|
||||
|
||||
do_botmeleeparams( entNum, dist )
|
||||
{
|
||||
// self BotMeleeParams( entNum, dist );
|
||||
// self botmeleeparams( entNum, dist );
|
||||
}
|
||||
|
Reference in New Issue
Block a user