kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 90 forks source link

Fix wrong team announce on flag return #144

Closed tommyrot closed 2 years ago

tommyrot commented 2 years ago

Fix wrong team being announced when the blue flag is returned after it gets destroyed.

Before:

[PDL]TOMMYROT got the BLUE flag!
[PDL]TOMMYROT was in the wrong place.
[PDL]TOMMYROT lost the BLUE flag!
The RED flag has returned!

After:

[PDL]TOMMYROT got the BLUE flag!
[PDL]TOMMYROT was in the wrong place.
[PDL]TOMMYROT lost the BLUE flag!
The BLUE flag has returned!
kondrak commented 2 years ago

Thanks!