1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 07:01:50 +00:00

Updated for hardhat

This commit is contained in:
EpikIzCool
2021-06-13 23:40:12 -04:00
committed by GitHub
parent 580bd51988
commit 22d6e42b06

View File

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