client: remove gametype check from PlayerLocation#317
Conversation
|
I do faintly remember that player location was available in 1.6 under the radar, at least, that makes such changes somewhat accurate. But what do you think @Vladislav4KZ? |
|
@a1batross Yes, that's correct. In the original CS 1.6, location names are displayed if they are present in the localization file. We should check whether the bug returns where ZBot tries to output the location name in voice chat when moving from one location to another, in cases where the localization file does not contain location names. |
I just checked, and I didn't find such a bug. So, LGTM. |
In original client.dll DrawPlayerLocation is drawn only when location from MsgFunc_Location can be localized.
This mean that if someone enabled zBot, using Condition Zero navigation and localization file then DrawPlayerLocation is drawn like in Condition Zero.