Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Fix: Duel gametype queue screwed up on map change #256

Open Razish opened 9 years ago

Razish commented 9 years ago

In duel mode, if you change map from the first one in which the duel tournament was started, the order that players enter the game is screwed up (first two keep dueling forever basically). Only if every player reconnects to the server will this be fixed.

Razish commented 2 years ago

might be related to level.time changes, ref https://github.com/mvdevs/mvsdk/commit/535f6e41d9a9e0413fdf1a5e85ceba65c8d8013e

Replace spectatorTime with spectatorOrder to make the tournament queue independent of level.time changes caused by some engine versions on map restarts.