]> git.deb.at Git - rhonda/impostor.git/commitdiff
Gamedata packets are now have initial state false
authorminiduikboot <5243971+miniduikboot@users.noreply.github.com>
Wed, 31 Mar 2021 19:49:51 +0000 (21:49 +0200)
committerminiduikboot <5243971+miniduikboot@users.noreply.github.com>
Fri, 2 Apr 2021 22:29:05 +0000 (00:29 +0200)
I managed to get into a lobby with this

src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs

index d6a16fdad6d4e70f2e5e441ee63f4e61a9cf097f..a1f56ed502dc1b64f64e7be4d1f99a08d645f8f7 100644 (file)
@@ -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.");
             }
         }