diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 7d0b1950..ceda43a9 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -189,7 +189,7 @@ namespace ReallifeGamemode.Server.Commands public void CmdFactionWanted(Client player, string nameOrId, int amount, string reason) { User user = player.GetUser(); - if (user == null || (user.FactionId != 1 && user.FactionId != 2)) + if (user == null || (user.FactionId != 1 && user.FactionId != 3)) { ChatService.NotAuthorized(player); return;