diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index e0bb195d0..cf1e049f6 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1209,7 +1209,7 @@ impHandler0(createItems) { const ItemInfo *const info = (*it).second; const int id = info->getId(); - if (id <= 0) + if (id <= 500) continue; const int colors = info->getColorsSize(); |