From: miniduikboot <5243971+miniduikboot@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:49:51 +0000 (+0200) Subject: Gamedata packets are now have initial state false X-Git-Tag: v1.4.0~14^2~13^2~11 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=a63fc400993813bc4163c88550fd096c99efe0b8;p=rhonda%2Fimpostor.git Gamedata packets are now have initial state false I managed to get into a lobby with this --- diff --git a/src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs b/src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs index d6a16fd..a1f56ed 100644 --- a/src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs +++ b/src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs @@ -75,7 +75,8 @@ namespace Impostor.Server.Net.Inner.Objects } else { - throw new NotImplementedException("This shouldn't happen, according to Among Us disassembly."); + // It'll send an message per dirty player + // throw new NotImplementedException("This shouldn't happen, according to Among Us disassembly."); } }