deathsythe47 / base_entranced

base_entranced : Siege server mod for Jedi Knight: Jedi Academy
GNU General Public License v2.0
8 stars 1 forks source link

Bug with teams #118

Closed deathsythe47 closed 8 years ago

deathsythe47 commented 8 years ago

When you connect to a server (but haven't joined a team or chosen a class yet), you have siegeDesiredTeam == TEAM_RED. This is the bug that was previously causing the "separate chat channels" bug (#28).

The server should make sure that newly-connected clients have siegeDesiredTeam == TEAM_SPECTATOR.

Also, because of this, theoretically, the "separate chat channels" bug (#28) is not 100% fixed.

This could theoretically be "fixed" on the clientside via a little hack, but serverside patching is probably the best way to go.

deathsythe47 commented 8 years ago

Should be fixed by 2798efef1f7f2c697e00de5f85f48199dd4842bf