Updated WPs

Corrected a naming mistake. This file matches the master, with the addition of Village
This commit is contained in:
Aesirix 2021-06-14 00:40:04 -05:00 committed by GitHub
parent 5ff0e79ab7
commit f42d004299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -949,7 +949,7 @@ load_waypoints()
case "mp_hardhat": case "mp_hardhat":
level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat(); level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat();
break; break;
case "mp_lockdown": case "mp_alpha":
level.waypoints = maps\mp\bots\waypoints\lockdown::Lockdown(); level.waypoints = maps\mp\bots\waypoints\lockdown::Lockdown();
break; break;
case "mp_village": case "mp_village":