This commit is contained in:
Fabian
2021-04-14 21:43:25 +02:00
parent b587c51365
commit 9f376a7d4f
2 changed files with 10 additions and 3 deletions

View File

@@ -67,10 +67,11 @@ namespace ReallifeGamemode.Server.Events
if (task != null)
{
ChatService.BroadcastFaction("Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
return;
ChatService.BroadcastFaction("Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
}
/*
TaxiDriverJob taxiJob = JobManager.GetJob<TaxiDriverJob>();
TaxiContract taxiContract = taxiJob.TaxiContracts.Where(t => t.Name == player.Name).FirstOrDefault();