X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fnull%2Fbot_null.qc;h=b4102cb6c09a20178f8549f1051da6afa71f5f45;hb=268f9c69576b6bb929f66d19f0d077d19ba47edd;hp=271252dee96b47c028839ce4967289e97372e690;hpb=4ee2807b2d8f808928ef14b3e814945b3edb4350;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/null/bot_null.qc b/qcsrc/server/bot/null/bot_null.qc index 271252dee..b4102cb6c 100644 --- a/qcsrc/server/bot/null/bot_null.qc +++ b/qcsrc/server/bot/null/bot_null.qc @@ -18,7 +18,6 @@ void bot_think(entity this) { } entity find_bot_by_name(string name) { return NULL; } entity find_bot_by_number(float number) { return NULL; } -void havocbot_goalrating_controlpoints(entity this, float ratingscale, vector org, float sradius) { } void havocbot_goalrating_enemyplayers(entity this, float ratingscale, vector org, float sradius) { } void havocbot_goalrating_items(entity this, float ratingscale, vector org, float sradius) { }