This commit is contained in:
ineedbots 2021-08-06 19:22:09 -06:00
parent a89728c151
commit 09a3c88d43

View File

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