From 0fd1258ca17f7d74edbac72fa0afc2b5c6d58bb3 Mon Sep 17 00:00:00 2001 From: Kyle Coburn Date: Fri, 10 Apr 2015 02:31:57 -0700 Subject: [PATCH] 1.4 --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 869d923..0926937 100644 --- a/main.lua +++ b/main.lua @@ -7,7 +7,7 @@ local PAINT_ON = true -- Display contextual information while the bot runs -- START CODE (hard hats on) -VERSION = "1.3" +VERSION = "1.4" YELLOW = memory.getcurrentmemorydomainsize() > 30000 GAME_NAME = YELLOW and "yellow" or "red"