Custom map wps

This commit is contained in:
ineedbots 2021-05-11 12:59:58 -06:00
parent 55cebdb9ad
commit 85f9d75b25
2 changed files with 4 additions and 1 deletions

View File

@ -888,7 +888,7 @@ load_waypoints()
level.waypoints = maps\mp\bots\waypoints\dome::Dome(); level.waypoints = maps\mp\bots\waypoints\dome::Dome();
break; break;
default: default:
//maps\mp\bots\waypoints\_custom_map::main(mapname); maps\mp\bots\waypoints\_custom_map::main(mapname);
break; break;
} }

View File

@ -0,0 +1,3 @@
main(mapname)
{
}