ProtoProxy: Tab completion logging lists the last item, too
This commit is contained in:
parent
0b166ee784
commit
15e98cc7f5
@ -2135,6 +2135,10 @@ bool cConnection::HandleServerTabCompletion(void)
|
||||
last = i + 1;
|
||||
}
|
||||
}
|
||||
if (last < len)
|
||||
{
|
||||
Log(" \"%s\"", Results.substr(last, len - last).c_str());
|
||||
}
|
||||
COPY_TO_CLIENT();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user