doesnt work

This commit is contained in:
ineed bots 2022-10-23 20:37:48 -06:00
parent 07f24e266f
commit 98aa33dbf0

View File

@ -1,17 +0,0 @@
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
#include maps\mp\bots\_bot_utility;
main()
{
replaceFunc( maps\mp\gametypes\_missions::mayProcessChallenges, ::mayProcessChallenges );
}
mayProcessChallenges()
{
if ( self is_bot() )
return false;
return ( level.rankedMatch );
}