This commit is contained in:
hydrant
2019-07-20 13:47:15 +02:00
parent 3d9fffea92
commit 5b252fe615

View File

@@ -74,7 +74,7 @@ namespace ReallifeGamemode.Server.Wanted
client.Health = 100; client.Health = 100;
ChatService.BroadcastFaction("~r~HQ: " + user.Name + " wurde im Gefängnis zugewiesen.", new List<Faction>() { , 3 }); ChatService.BroadcastFaction("~r~HQ: " + user.Name + " wurde im Gefängnis zugewiesen.", new List<int>() { 1, 3 });
ChatService.SendMessage(client, "Du bist im Gefängnis für " + jailTime + " Sekunden."); ChatService.SendMessage(client, "Du bist im Gefängnis für " + jailTime + " Sekunden.");