diff --git a/userraw/maps/mp/bots/_wp_editor.gsc b/userraw/maps/mp/bots/_wp_editor.gsc index b71889f..d9532b8 100644 --- a/userraw/maps/mp/bots/_wp_editor.gsc +++ b/userraw/maps/mp/bots/_wp_editor.gsc @@ -416,6 +416,8 @@ LoadWaypoints() self DeleteAllWaypoints(); self iPrintlnBold("Loading WPS..."); load_waypoints(); + + wait 1; self checkForWarnings(); }