Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Luke
2020-08-09 18:11:48 +02:00
5 changed files with 41 additions and 13 deletions

View File

@@ -1547,6 +1547,7 @@ namespace ReallifeGamemode.Server.Commands
}
ServerVehicle veh = VehicleManager.GetServerVehicleFromVehicle(targetVeh);
if (veh != null)
{
ChatService.ErrorMessage(player, "Dieses Fahrzeug wird von einem Server-System benutzt: ~m~" + veh.GetType().Name);