From e9c53a5717eecb337aa22b586f9126c15865f793 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Fri, 5 Dec 2025 01:29:48 +0100 Subject: [PATCH] fix: Remove "Clone" from boot splash screen --- bombexpert.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bombexpert.lua b/bombexpert.lua index 952585c..045a177 100644 --- a/bombexpert.lua +++ b/bombexpert.lua @@ -566,7 +566,7 @@ function Splash.update() cls(COLOR_BLACK) UI.print_shadow("BombExpert", 85, 50, COLOR_BLUE, false, 2) - UI.print_shadow("Clone", 100, 70, COLOR_BLUE, false, 2) + State.splash_timer = State.splash_timer - 1 if State.splash_timer <= 0 then