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

Vortex wps

This commit is contained in:
ineedbots
2021-06-14 13:07:37 -06:00
parent deb0356181
commit d7f243afbd
2 changed files with 736 additions and 0 deletions

View File

@ -964,6 +964,9 @@ load_waypoints()
case "mp_village":
level.waypoints = maps\mp\bots\waypoints\village::Village();
break;
case "mp_six_ss":
level.waypoints = maps\mp\bots\waypoints\vortex::Vortex();
break;
case "mp_interchange":
level.waypoints = maps\mp\bots\waypoints\interchange::Interchange();
break;