sfm: fixed bug with engaged filters
Filters numbered 10 and above were previously sliced into their first digit since only the third character was used. This commit fixes this bug by slicing the string from the third character to the end of the string.