Updated for hardhat

This commit is contained in:
EpikIzCool 2021-06-13 23:40:12 -04:00 committed by GitHub
parent 580bd51988
commit 22d6e42b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -934,6 +934,9 @@ load_waypoints()
case "mp_paris":
level.waypoints = maps\mp\bots\waypoints\resistance::Resistance();
break;
case "mp_hardhat":
level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat();
break;
case "mp_bootleg":
level.waypoints = maps\mp\bots\waypoints\bootleg::Bootleg();
break;