mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 15:11:49 +00:00
format
This commit is contained in:
@ -1051,13 +1051,11 @@ load_waypoints()
|
|||||||
level.waypoints = maps\mp\bots\waypoints\erosion::Erosion();
|
level.waypoints = maps\mp\bots\waypoints\erosion::Erosion();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "mp_restrepo_ss":
|
||||||
case "mp_restrepo_ss":
|
|
||||||
level.waypoints = maps\mp\bots\waypoints\lookout::Lookout();
|
level.waypoints = maps\mp\bots\waypoints\lookout::Lookout();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
default:
|
|
||||||
maps\mp\bots\waypoints\_custom_map::main( mapname );
|
maps\mp\bots\waypoints\_custom_map::main( mapname );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user