Fix E-Job Starten

This commit is contained in:
Mac_Slash
2020-04-30 15:56:05 +02:00
parent ec25d1c476
commit 10cd220708
4 changed files with 94 additions and 82 deletions

View File

@@ -2684,11 +2684,11 @@ namespace ReallifeGamemode.Server.Commands
return;
}
if (modifier < 0)
/*if (modifier < 0)
{
ChatService.ErrorMessage(player, "Es muss positives Adminspeed angegeben werden");
return;
}
}*/
player.Vehicle.SetSharedData("vehicleAdminSpeed", modifier);
player.Vehicle.SetSharedData("vehicleAdminSpeed2", modifier2);