]> git.deb.at Git - rhonda/impostor.git/commit
Fix MurderPlayer for vanilla clients
authorminiduikboot <mini@duikbo.at>
Thu, 26 Oct 2023 21:14:09 +0000 (23:14 +0200)
committerminiduikboot <mini@duikbo.at>
Thu, 26 Oct 2023 21:14:09 +0000 (23:14 +0200)
commit821a2248a7ae8f1c340619a32564334b8643c009
tree8e47dbc2916b1024cdb19099a821ba70092b1e56
parent3d60cf58a98d1c809d9f7cafe414508eb3680876
Fix MurderPlayer for vanilla clients

In 2023.10.24, vanilla started expecting that CheckMurder is handled on
the server. That is, unless the host is modded, then CheckMurder calls
are handled by the host as before
src/Impostor.Api/Innersloth/MurderResultFlags.cs [new file with mode: 0644]
src/Impostor.Api/Net/Messages/Rpcs/Rpc12MurderPlayer.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.Api.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.cs
src/Impostor.Server/Net/State/Game.cs