1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00

Merge pull request #8 from super23/super23-patch-2

More wps hardhat
This commit is contained in:
INeedGames
2021-06-13 23:50:27 -06:00
committed by GitHub
2 changed files with 1264 additions and 0 deletions

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;

File diff suppressed because it is too large Load Diff