mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
cleanup: Remove unused local variable orig_string
This commit is contained in:
parent
708662dd48
commit
3898752678
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ def build_matches(raw_string, cmdset, include_prefixes=False):
|
|||
"""
|
||||
matches = []
|
||||
try:
|
||||
orig_string = raw_string
|
||||
if not include_prefixes and len(raw_string) > 1:
|
||||
raw_string = raw_string.lstrip(_CMD_IGNORE_PREFIXES)
|
||||
search_string = raw_string.lower()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue