summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}