mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-26 22:31:49 +00:00
isSyscallDefined
This commit is contained in:
@ -1814,5 +1814,9 @@ prone()
|
||||
*/
|
||||
changeToWeap(weap)
|
||||
{
|
||||
#if isSyscallDefined botWeapon
|
||||
self botWeapon(weap);
|
||||
#else
|
||||
self setSpawnWeapon(weap);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user