diff --git a/Store/src/item/items/respawn.cs b/Store/src/item/items/respawn.cs index 88d3ac3..cec7bc3 100644 --- a/Store/src/item/items/respawn.cs +++ b/Store/src/item/items/respawn.cs @@ -17,7 +17,7 @@ public static void OnServerPrecacheResources(ResourceManifest manifest) } public static bool OnEquip(CCSPlayerController player, Dictionary item) { - if (player.Team is not CsTeam.Terrorist and CsTeam.CounterTerrorist) + if (player.Team is not CsTeam.Terrorist && player.Team is not CsTeam.CounterTerrorist) { return false; }