From 09a3c88d432a9c463be887ca9fde097456c574c4 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Fri, 6 Aug 2021 19:22:09 -0600 Subject: [PATCH] format --- raw/maps/mp/bots/_bot_utility.gsc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/raw/maps/mp/bots/_bot_utility.gsc b/raw/maps/mp/bots/_bot_utility.gsc index aed57da..6f018a2 100644 --- a/raw/maps/mp/bots/_bot_utility.gsc +++ b/raw/maps/mp/bots/_bot_utility.gsc @@ -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; }