forked from CSGOWTF/csgowtf
added function to remove control characters from names
This commit is contained in:
@@ -32,7 +32,9 @@ import {
|
||||
setTitle,
|
||||
sortObjectValue,
|
||||
truncate,
|
||||
scrollToPos
|
||||
scrollToPos,
|
||||
StripControlCodes,
|
||||
ProcessName
|
||||
} from "./Utils";
|
||||
|
||||
export {
|
||||
@@ -68,5 +70,7 @@ export {
|
||||
CreatePlayersArray,
|
||||
GetMatches,
|
||||
LoadMoreMatchesExplore,
|
||||
scrollToPos
|
||||
scrollToPos,
|
||||
StripControlCodes,
|
||||
ProcessName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user