From 171d9e8e90a7d9266d945ccb51c8cb3ef6465245 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 19 Aug 2026 13:12:08 -0600 Subject: [PATCH] reenable --- maps/mp/gametypes/_clientids.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/mp/gametypes/_clientids.gsc b/maps/mp/gametypes/_clientids.gsc index eebacbb..cd37c44 100644 --- a/maps/mp/gametypes/_clientids.gsc +++ b/maps/mp/gametypes/_clientids.gsc @@ -5,7 +5,7 @@ init() level thread onPlayerConnect(); // bootstrap - //level thread scripts\mp\bots_adapter_libcod::init(); + level thread scripts\mp\bots_adapter_libcod::init(); level thread scripts\mp\bots_wp_editor::init(); level thread scripts\mp\bots::init(); //level thread scripts\mp\bots_chat::init();