From 43d88b9e1e89719fac6046c2b6cdd72777851055 Mon Sep 17 00:00:00 2001 From: Speedy the Folf Date: Mon, 24 Jun 2024 20:58:59 -0500 Subject: [PATCH] Update admin_performance.lua Remove extra space in an unload checkbox message --- [admin]/admin/client/gui/admin_performance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[admin]/admin/client/gui/admin_performance.lua b/[admin]/admin/client/gui/admin_performance.lua index 75ecd8207..ab39899c7 100644 --- a/[admin]/admin/client/gui/admin_performance.lua +++ b/[admin]/admin/client/gui/admin_performance.lua @@ -25,7 +25,7 @@ function aPerformance () aPerformanceVehicle = guiCreateCheckBox ( 0.05, 0.50, 0.90, 0.08, "Unload Vehicle Form when not used", false, true, aPerformanceForm ) aPerformanceBan = guiCreateCheckBox ( 0.05, 0.58, 0.90, 0.08, "Unload Ban Form when not used", false, true, aPerformanceForm ) guiCreateStaticImage ( 0.05, 0.68, 0.60, 0.003, "client\\images\\dot.png", true, aPerformanceForm ) - aPerformanceInput = guiCreateCheckBox ( 0.05, 0.70, 0.90, 0.08, "Unload Input Box when not used", false, true, aPerformanceForm ) + aPerformanceInput = guiCreateCheckBox ( 0.05, 0.70, 0.90, 0.08, "Unload Input Box when not used", false, true, aPerformanceForm ) aPerformanceMessage = guiCreateCheckBox ( 0.05, 0.78, 0.90, 0.08, "Unload Message Box when not used", false, true, aPerformanceForm ) aPerformanceOk = guiCreateButton ( 0.79, 0.90, 0.18, 0.08, "Ok", true, aPerformanceForm )