]> git.deb.at Git - rhonda/impostor.git/commit
Merge pull request #452 from miniduikboot/fix/host-migrate
authorminiduikboot <mini@duikbo.at>
Fri, 14 Jan 2022 17:21:16 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 17:21:16 +0000 (18:21 +0100)
commit682bfac55898ac16ae9e36b501c267a79f302f9e
tree0dfcfe0bdbd7a55db127e48e21c8f3ea7175d3b1
parentd7d75471821039aa4560d6b26f6e76f12452009f
parent50a526a02dabb7a1a8a4a1cbd07c91936c197670
Merge pull request #452 from miniduikboot/fix/host-migrate

Before this commit, when the host of a game disconnects, the InnerPlayerInfo from the player is removed, which causes the new host to disconnect because of a deserialization error. This PR fixes this issue