wanted abgetaucht chatmessage added

This commit is contained in:
2020-08-07 21:24:01 +02:00
parent eb35b6d6f6
commit 93f919e741

View File

@@ -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;