mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 03:55:19 -04:00
Fix tab auto-complete, broke in last commit
This commit is contained in:
parent
4fb746a3a7
commit
e08202eca9
@ -144,7 +144,7 @@ namespace ClassicalSharp.Gui.Widgets {
|
||||
|
||||
string rawName = entries[i].PlayerName;
|
||||
string name = Utils.StripColours(rawName);
|
||||
if (Utils.CaselessEquals(name, part)) matches.Add(name);
|
||||
if (Utils.CaselessStarts(name, part)) matches.Add(name);
|
||||
}
|
||||
|
||||
if (matches.Count == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user