From e9719e3929d0536cc376beafcac62a21aa78645f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Apr 2015 09:51:12 +0200 Subject: [PATCH] Remove extraneous space --- ai/red/strategies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/red/strategies.lua b/ai/red/strategies.lua index dbd28e6..dccbd25 100644 --- a/ai/red/strategies.lua +++ b/ai/red/strategies.lua @@ -2092,7 +2092,7 @@ strategyFunctions.champion = function() end end elseif status.tries == 500 then - Bridge.chat("beat the game in "..status.canProgress.." !") + Bridge.chat("beat the game in "..status.canProgress.."!") end status.tries = status.tries + 1 elseif Memory.value("menu", "shop_current") == 252 then