Improved logout handling

This commit is contained in:
Ceikry
2023-06-02 01:34:01 +00:00
committed by Ryan
parent 817d2f0ec2
commit 9a25c2a87d
8 changed files with 57 additions and 21 deletions
+1
View File
@@ -30,6 +30,7 @@ object TestUtils {
val p = MockPlayer(name)
p.ironmanManager.mode = ironman
p.details.accountInfo.uid = uidCounter++
p.setPlaying(true);
Repository.addPlayer(p)
//Update sequence has a separate list of players for some reason...
UpdateSequence.renderablePlayers.add(p)