diff --git a/maps/mp/bots/_bot_utility.gsc b/maps/mp/bots/_bot_utility.gsc index 2e7a377..eaf70c0 100644 --- a/maps/mp/bots/_bot_utility.gsc +++ b/maps/mp/bots/_bot_utility.gsc @@ -888,7 +888,7 @@ load_waypoints() level.waypoints = maps\mp\bots\waypoints\dome::Dome(); break; default: - //maps\mp\bots\waypoints\_custom_map::main(mapname); + maps\mp\bots\waypoints\_custom_map::main(mapname); break; } diff --git a/maps/mp/bots/waypoints/_custom_map.gsc b/maps/mp/bots/waypoints/_custom_map.gsc new file mode 100644 index 0000000..41ee790 --- /dev/null +++ b/maps/mp/bots/waypoints/_custom_map.gsc @@ -0,0 +1,3 @@ +main(mapname) +{ +}