From e3782505bcb6c82e074d6d0831c0987b1201ddfd Mon Sep 17 00:00:00 2001 From: Kyle Coburn Date: Mon, 13 Apr 2015 01:40:47 -0700 Subject: [PATCH] 1.4.2 --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 4258a62..6d5f3a1 100644 --- a/main.lua +++ b/main.lua @@ -8,7 +8,7 @@ local PAINT_ON = true -- Display contextual information while the bot runs -- START CODE (hard hats on) -VERSION = "1.4.1" +VERSION = "1.4.2" YELLOW = memory.getcurrentmemorydomainsize() > 30000 GAME_NAME = YELLOW and "yellow" or "red"