AdminDuty Try

This commit is contained in:
Mac_Slash
2020-04-21 14:59:49 +02:00
parent e98150e4c4
commit f5a40c67b5
3 changed files with 32 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ namespace ReallifeGamemode.Server.Events
}
if (vehicle.GetServerVehicle() is NoobVehicle nVeh)
{
if (player.GetUser().PlayedMinutes > 1800)
if (player.GetUser().PlayedMinutes > 1800 && !player.IsAdminDuty())
{
player.StopAnimation();
player.SendNotification("~r~Du hast schon über 30 Spielstunden!", true);