This is needed to fix a possible case where displayed messages to clients are set to an incorrect language (the previous cached one), due to SetGlobalTransTarget call missing in critical formatting functions (e.g. CPrintToChat), which this new version solves
Thanks however since the other 3 third-party includes are not in the repo I will delete the outdated includes and add a link to the up-to-date version in README.md.
This is needed to fix a possible case where displayed messages to clients are set to an incorrect language (the previous cached one), due to SetGlobalTransTarget call missing in critical formatting functions (e.g. CPrintToChat), which this new version solves