From 93f919e741e460da6a8d4f8622d0773642d51e67 Mon Sep 17 00:00:00 2001 From: balbo Date: Fri, 7 Aug 2020 21:24:01 +0200 Subject: [PATCH] wanted abgetaucht chatmessage added --- ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs b/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs index 0585ed28..5fc94dee 100644 --- a/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs +++ b/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs @@ -67,6 +67,7 @@ namespace ReallifeGamemode.Server.Wanted if (waTimer[user.Id] <= 0) { ResetWantedTimeToElapse(player); + player.SendChatMessage("~y~Du hast erfolgtreich einen Wanted abgetaucht."); using (var dbContext = new DatabaseContext()) { player.GetUser(dbContext).Wanteds -= 1;