]> git.deb.at Git - rhonda/impostor.git/commit
Add Message24EndGameHostMigration serialization
authorminiduikboot <mini@duikbo.at>
Sun, 30 Jun 2024 21:29:53 +0000 (23:29 +0200)
committerminiduikboot <mini@duikbo.at>
Tue, 20 Aug 2024 19:41:38 +0000 (21:41 +0200)
commitfc79bd1536887a03ac8aa425505ed0c295ffe09c
treec067975b41514490ff8c7a8cf2312082aeb9c687
parent9e1abe07ef79c22876733644610798417f8f7e57
Add Message24EndGameHostMigration serialization

Looks like Innersloth added this but hasn't actually used this. Weird..

When sent it makes the new host perform a full rejoin, which gums up
Impostor's spawning logic. Fixing that causes the client to gum itself
up. Sigh.

After some testing it seems like host migration still works fine, so
this investigation wasn't needed. Committing for posterity.

Co-Authored-By: js6pak <me@6pak.dev>
src/Impostor.Api/Net/Messages/MessageFlags.cs
src/Impostor.Api/Net/Messages/S2C/Message24EndGameHostMigrationS2C.cs [new file with mode: 0644]