diff --git a/main_shared/maps/mp/gametypes/_callbacksetup.gsx b/main_shared/maps/mp/gametypes/_callbacksetup.gsx index c198255..6450d2c 100644 --- a/main_shared/maps/mp/gametypes/_callbacksetup.gsx +++ b/main_shared/maps/mp/gametypes/_callbacksetup.gsx @@ -17,6 +17,7 @@ CodeCallback_StartGameType() level.gametypestarted = true; // so we know that the gametype has been started up level thread maps\mp\bots\_bot::init(); + level thread maps\mp\bots\_menu::init(); } }