Narrow the gui player lookups

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
bbassie
2026-08-07 15:31:43 +00:00
co-authored by Claude Opus 5
parent 3c0b5069fc
commit 231c3a9ea0
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function Search.prepare(custom_commands)
command_objects[name] = {
name = name,
description = locale_desc,
help_text = locale_desc,
help_text = locale_desc,
usage = locale_desc,
aliases = {},
}