some adjustments

This commit is contained in:
2019-09-04 19:42:24 +02:00
parent 41fdfc7ff7
commit 936810aca7

View File

@@ -46,7 +46,6 @@ namespace ReallifeGamemode.Server.Events
if (player.GetUser().IsAdmin(AdminLevel.TEAM))
{
ChatService.BroadcastAdmin(player.Name + " hat den Server verlassen", AdminLevel.TEAM);
NAPI.Util.ConsoleOutput(player.Name + " hat den Server verlassen");
}
JobBase job = JobManager.GetJob(player.GetUser().JobId ?? -1);