admin logout support meldung

This commit is contained in:
Fabian
2021-04-14 21:45:01 +02:00
parent 9f376a7d4f
commit 9a506f7b75

View File

@@ -70,7 +70,10 @@ namespace ReallifeGamemode.Server.Events
ChatService.BroadcastFaction("Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
}
if (player.IsAdminDuty())
{
ChatService.Broadcast("!{#ee4d2e}[SUPPORT] " + player.Name + " hat sich vom Support abgemeldet (Ausgeloggt)");
}
/*
TaxiDriverJob taxiJob = JobManager.GetJob<TaxiDriverJob>();