mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
strip color keys from webfront form lists
This commit is contained in:
@ -154,6 +154,7 @@ namespace SharedLibraryCore
|
||||
}
|
||||
|
||||
str = Regex.Replace(str, @"(\^+((?![a-z]|[A-Z]).){0,1})+", "");
|
||||
str = Regex.Replace(str, @"\(Color::(.{1,16})\)", "");
|
||||
return str;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user