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

lookout wps

This commit is contained in:
ghostwulf
2021-07-26 23:23:28 +02:00
committed by GitHub
parent b7653094d3
commit c4b1866870
4 changed files with 4696 additions and 1 deletions

View File

@ -1051,7 +1051,13 @@ load_waypoints()
level.waypoints = maps\mp\bots\waypoints\erosion::Erosion();
break;
default:
case "mp_restrepo_ss":
level.waypoints = maps\mp\bots\waypoints\lookout::Lookout();
break;
default:
maps\mp\bots\waypoints\_custom_map::main( mapname );
break;
}