From 8bddf94cc07453d7e37157661b7909838d60247b Mon Sep 17 00:00:00 2001 From: StormFusions <62036454+StormFusions@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:22:54 +0000 Subject: [PATCH] Update reactor.lua --- reactor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor.lua b/reactor.lua index 1912a5e..b2739d5 100644 --- a/reactor.lua +++ b/reactor.lua @@ -388,7 +388,7 @@ function outputMenu() local nLength3 = nLength2+2+(string.len("<<")+1) button.setButton("-10,000", "<<", changeOutputValue, nLength2+2, 28, nLength3, 30, 10000, 0, colors.blue) - local nLength4 = nLength3+2+(string.len("<<")+1) + local nLength4 = nLength3+2+(string.len("<")+1) button.setButton("-1,000", "<", changeOutputValue, nLength3+2, 28, nLength4, 30, 1000, 0, colors.blue) local sLength4 = 4+(string.len("Back")+1)