From: miniduikboot Date: Mon, 1 Apr 2024 11:23:18 +0000 (+0200) Subject: Fix compile warning X-Git-Tag: v1.9.1~1^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=453d12171e32c2d1cd2b057d505adb0a0e80889e;p=rhonda%2Fimpostor.git Fix compile warning --- diff --git a/src/Impostor.Api/Innersloth/GameModes.cs b/src/Impostor.Api/Innersloth/GameModes.cs index e133e00..e10d067 100644 --- a/src/Impostor.Api/Innersloth/GameModes.cs +++ b/src/Impostor.Api/Innersloth/GameModes.cs @@ -6,6 +6,6 @@ namespace Impostor.Api.Innersloth Normal, HideNSeek, NormalFools, - SeekFools + SeekFools, } }