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

more LeRutY wps

This commit is contained in:
ineedbots
2021-07-25 20:34:05 -06:00
parent a670e01ab7
commit 81c52b1a52
8 changed files with 11599 additions and 8063 deletions

View File

@ -1035,6 +1035,14 @@ load_waypoints()
level.waypoints = maps\mp\bots\waypoints\sanctuary::Sanctuary();
break;
case "mp_cement":
level.waypoints = maps\mp\bots\waypoints\foundation::Foundation();
break;
case "mp_courtyard_ss":
level.waypoints = maps\mp\bots\waypoints\erosion::Erosion();
break;
default:
maps\mp\bots\waypoints\_custom_map::main( mapname );
break;