]> git.deb.at Git - rhonda/impostor.git/commitdiff
Fixup 608414326ddcbe672b3fd5e71d95530707add6d7
authorminiduikboot <mini@duikbo.at>
Wed, 16 Feb 2022 21:34:42 +0000 (22:34 +0100)
committerminiduikboot <mini@duikbo.at>
Sat, 26 Feb 2022 18:08:57 +0000 (19:08 +0100)
Oops, I accidentally forgot to remove the previous line when adding the
file to my commit

src/Impostor.Server/Net/State/Game.Data.cs

index d6d87bf2979812044d2a3e542ab855e7a1d02530..26f2e5b94c4e444d4a10ad453762fe8f4d57a5c5 100644 (file)
@@ -382,7 +382,6 @@ namespace Impostor.Server.Net.State
 
                 case InnerPlayerControl control:
                 {
-                    if (GameState != GameStates.Started)
                     if (GameState != GameStates.Started && GameState != GameStates.Starting)
                     {
                         GameNet.GameData?.RemovePlayer(control);