From fdcee714ec4f9f56bedf5b4117a35e758f21d9f7 Mon Sep 17 00:00:00 2001 From: kookroach Date: Sun, 11 Apr 2021 12:20:24 +0200 Subject: [PATCH] Fixed wanterd save on escape --- ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs b/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs index ab02d365..f92f11ca 100644 --- a/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs +++ b/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs @@ -75,8 +75,8 @@ namespace ReallifeGamemode.Server.Wanted { ChatService.HQMessage(player.Name + " konnte solange abtauchen, sodass er nicht mehr gesucht wird."); user.SetBlipAndNametagColor(); - dbContext.SaveChanges(); } + dbContext.SaveChanges(); } if (!isNearCop)