This commit is contained in:
michael.reiswich
2021-05-25 21:26:47 +02:00
parent 5044c8e295
commit 1152c4b11b
2 changed files with 2 additions and 2 deletions

View File

@@ -524,7 +524,7 @@ namespace ReallifeGamemode.Server.Events
player.SendNotification("~y~[Info]~w~ Es sind genügend Beamte online!");
return;
}
client.SetJailTime(true, dbcontext);
client.SetJailTime(false, dbcontext);
Jail.Check_PutBehindBars(client, JailInLocations.Outside);
player.SendNotification("Du hast dich selbst eingeknastet");
ChatService.HQMessage(player.Name + " wurde ins Gefängnis eingeliefert.");