M1 |
M2 |
055 |
001
Summary: | player downloading from server shows up as playing on the scoreboard | ||
---|---|---|---|
Product: | Odamex | Reporter: | mikaelhhome |
Component: | Server & Client | Assignee: | Odamex Bug Reporter <odamex-bug-reporter> |
Status: | NEW --- | ||
Severity: | normal | CC: | grandpachuck187, mdvulture |
Priority: | P1 | ||
Version: | 0.7.x (Old) | ||
Hardware: | All | ||
OS: | All |
Description
mikaelhhome
2014-05-24 23:48:44 UTC
Normally when a downloading client connects, the server sends a message to all other clients to inform them that a new client joined and should be considered a spectator. A code change in 0.7.0 added a test to avoid telling the downloader that he is a spectator. However the test had a typo and always evaluated to "true", meaning that no clients were told to treat the downloader as a spectator and thus everyone treated the downloader as a non-spectating player. r4989 fixes this. Please test and confirm. |