Auto rejoin - #1152
Conversation
|
When we quit the game rather than crash, |
|
While testing this PR I am no longer able to able to get the Rejoin popup to appear. I am testing by opening 2x copies of chobby, one from launcher, the other from debug launcher. With myself and my dev smurf in a multiplayer game, I am sending a SIGKILL from my system monitor to BAR and then launching the game again. This triggers the rejoin popup on Alpha, but I could not get it to work with these changes. |
|
Oh hey I commented on 1150. I think that reminding the player that they can reconnect from a crash is a better solution than no display. I kind of half assed my rejoin button to remind them that they just full left the game after the crash, but, after 4 hours changing the text to be "You previously crashed, remember that you can always rejoin!" might be better. Just my thoughts :) It also might be easier to implement js saying ;) |
Fixes #1150
Auto rejoin only prompts if it has been <4 hours since battle join.
Creates
rejoinBattleTimestampat the same time whichrejoinBattleIDis created. if the timestamp is >4 hours then the rejoin prompt does not display.4 hours is probably the maximum I'd see a match going but value can be adjusted.