diff --git a/maps/mp/gametypes/_clientids.gsc b/maps/mp/gametypes/_clientids.gsc index 7b59366..f81004a 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\bots_adapter::init(); + level thread scripts\bots_adapter_libcod::init(); level thread scripts\bots::init(); } diff --git a/scripts/bots_adapter.gsc b/scripts/bots_adapter_libcod.gsc similarity index 100% rename from scripts/bots_adapter.gsc rename to scripts/bots_adapter_libcod.gsc