From f42d0042997564469beb343f1f8654533954481c Mon Sep 17 00:00:00 2001 From: Aesirix <39564461+Aesirix@users.noreply.github.com> Date: Mon, 14 Jun 2021 00:40:04 -0500 Subject: [PATCH] Updated WPs Corrected a naming mistake. This file matches the master, with the addition of Village --- raw/maps/mp/bots/_bot_utility.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raw/maps/mp/bots/_bot_utility.gsc b/raw/maps/mp/bots/_bot_utility.gsc index 8cd5530..04fac67 100644 --- a/raw/maps/mp/bots/_bot_utility.gsc +++ b/raw/maps/mp/bots/_bot_utility.gsc @@ -949,7 +949,7 @@ load_waypoints() case "mp_hardhat": level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat(); break; - case "mp_lockdown": + case "mp_alpha": level.waypoints = maps\mp\bots\waypoints\lockdown::Lockdown(); break; case "mp_village":