isSyscallDefined

This commit is contained in:
INeedBots 2020-11-12 01:43:13 -06:00
parent 6ed5721e1c
commit 965c34b946

View File

@ -1814,5 +1814,9 @@ prone()
*/
changeToWeap(weap)
{
#if isSyscallDefined botWeapon
self botWeapon(weap);
#else
self setSpawnWeapon(weap);
#endif
}