From 7f7625e913fd1d131feef4f816c90c33e79316d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Jul 2014 21:56:44 +0300 Subject: Remove some evol server checks. --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 62cb58049..2b64e8d6f 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1278,7 +1278,7 @@ impHandler0(createItems) if (colors >= 255) colors = 254; - if (!colors || serverVersion < 1) + if (!colors) { dialog->addItem(id, 1, 100, 0); } -- cgit v1.2.3-70-g09d2