From fc4800563d135afcbad53bd9ec6a99ba14a5c8d7 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 9 Dec 2023 22:40:35 -0600 Subject: [PATCH] change --- maps/mp/gametypes/_clientids.gsc | 2 +- scripts/{bots_adapter.gsc => bots_adapter_libcod.gsc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{bots_adapter.gsc => bots_adapter_libcod.gsc} (100%) 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