From c1180a3d6dd7f5d48179840ef0cc4f8491a1e2fe Mon Sep 17 00:00:00 2001
From: Spike29 <leguen.yannick@gmail.com>
Date: Thu, 24 Aug 2023 19:32:38 +0200
Subject: [PATCH] Revert "Add a Final build preset with light backsplash on"

This reverts commit 033d6b7204c5a5977f4c20e7a4f2a65501bac214.
---
 xonotic.game/default_build_menu.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/xonotic.game/default_build_menu.xml b/xonotic.game/default_build_menu.xml
index b9d113c..53b1729 100644
--- a/xonotic.game/default_build_menu.xml
+++ b/xonotic.game/default_build_menu.xml
@@ -42,11 +42,6 @@
   <command>[q3map2] -vis -saveprt "[MapFile]"</command>
   <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -fill -backsplash 0 0 "[MapFile]"</command>
 </build>
-<build name="Final: -bounce 8 -dirty (with light backsplash)">
-  <command>[q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]"</command>
-  <command>[q3map2] -vis -saveprt "[MapFile]"</command>
-  <command>[q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]"</command>
-</build>
 <separator/>
 <build name="Create minimap from .bsp">
   <command>[q3map2] -minimap &quot;[MapFile]&quot;</command>
-- 
2.39.5