mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add unlink command
fix parsing names with colors codes enabled
This commit is contained in:
@ -89,6 +89,8 @@ namespace SharedLibraryCore
|
||||
return new List<EFClient>();
|
||||
}
|
||||
|
||||
pName = pName.Trim().StripColors();
|
||||
|
||||
string[] QuoteSplit = pName.Split('"');
|
||||
bool literal = false;
|
||||
if (QuoteSplit.Length > 1)
|
||||
|
Reference in New Issue
Block a user