ZeroK-RTS / Zero-K

Open source RTS game running on the Spring/Recoil engine
https://zero-k.info
GNU General Public License v2.0
691 stars 208 forks source link

Fix crude playerlist PING_TIMEOUT #5369

Closed Arch-Shaman closed 1 month ago

Arch-Shaman commented 1 month ago

Previously it would only tag users who are 33 minutes and 33 seconds behind.

sprunk commented 1 month ago

All other ping calculations seem to use seconds, perhaps change PING_TIMEOUT to seconds too instead?

sprunk commented 1 month ago

Thanks!