Entity name matching is broken with certain characters. For example, character 'X' will match to '8'. This will have unintended side-effects in the map logic. It worked fine in Source SDK 2006 because the comparison used tolower.
Problems caused by this is quite rare due to the fact that most maps use numbers and lowercase letters only.
Entity name matching is broken with certain characters. For example, character 'X' will match to '8'. This will have unintended side-effects in the map logic. It worked fine in Source SDK 2006 because the comparison used
tolower
. Problems caused by this is quite rare due to the fact that most maps use numbers and lowercase letters only.Example of the problem: