neuer knast: punkte geändert

This commit is contained in:
Fabian
2021-04-26 21:18:51 +02:00
parent cd601c4a87
commit 0ab081cccb
4 changed files with 33 additions and 17 deletions

View File

@@ -148,7 +148,7 @@ namespace ReallifeGamemode.Server.Events
if (copNearby)
{
user.SetJailTime(true, dbContext);
Jail.Check_PutBehindBars(user);
Jail.Check_PutBehindBars(user, "cell");
ChatService.HQMessage(user.Name + " wurde ins Gefängnis eingeliefert.");
}
else