From 70dae8796e96b309d95f220dfb083ed81261ceb6 Mon Sep 17 00:00:00 2001 From: adiblol Date: Sun, 7 Oct 2012 00:09:50 +0200 Subject: Fixed stupid coding mistake in CBotString.cpp --- src/CBot/CBotString.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CBot') diff --git a/src/CBot/CBotString.cpp b/src/CBot/CBotString.cpp index 6f48127..4795b63 100644 --- a/src/CBot/CBotString.cpp +++ b/src/CBot/CBotString.cpp @@ -100,7 +100,7 @@ const std::map CBotString::s_keywordString = {ID_DEC, "--"}, {ID_LO, "<"}, {ID_HI, ">"}, - {ID_LS, "<<"}, + {ID_LS, "<="}, {ID_HS, ">="}, {ID_EQ, "=="}, {ID_NE, "!="}, -- cgit v1.2.3-1-g7c22