mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Updated for hardhat
This commit is contained in:
parent
580bd51988
commit
22d6e42b06
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user