diff --git a/maps/mp/gametypes/_clientids.gsc b/maps/mp/gametypes/_clientids.gsc index 49e3cf8..101a04b 100644 --- a/maps/mp/gametypes/_clientids.gsc +++ b/maps/mp/gametypes/_clientids.gsc @@ -5,8 +5,8 @@ init() level thread onPlayerConnect(); // bootstrap - level thread scripts\bots_adapter_libcod::init(); - level thread scripts\bots::init(); + level thread scripts\mp\bots_adapter_libcod::init(); + level thread scripts\mp\bots::init(); } onPlayerConnect() diff --git a/scripts/bots.gsc b/scripts/mp/bots.gsc similarity index 100% rename from scripts/bots.gsc rename to scripts/mp/bots.gsc diff --git a/scripts/bots_adapter_libcod.gsc b/scripts/mp/bots_adapter_libcod.gsc similarity index 100% rename from scripts/bots_adapter_libcod.gsc rename to scripts/mp/bots_adapter_libcod.gsc