From 163f9ea6895eae8073e777acb4a4621b894b176b Mon Sep 17 00:00:00 2001 From: hydrant Date: Thu, 8 Apr 2021 23:57:05 +0200 Subject: [PATCH] copmord 14 autowanted --- ReallifeGamemode.Server/Wanted/Autowanted.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Wanted/Autowanted.cs b/ReallifeGamemode.Server/Wanted/Autowanted.cs index 6ca6db5a..f24841dc 100644 --- a/ReallifeGamemode.Server/Wanted/Autowanted.cs +++ b/ReallifeGamemode.Server/Wanted/Autowanted.cs @@ -28,7 +28,7 @@ namespace ReallifeGamemode.Server.Wanted using (var dbContext = new DatabaseContext()) { killer = killerPlayer.GetUser(dbContext); - killer.GiveWanteds(copPlayer, 10, "Beamten-Mord"); + killer.GiveWanteds(copPlayer, 14, "Beamten-Mord"); dbContext.SaveChanges(); } }