diff --git a/ReallifeGamemode.Server/Entities/ServerVehicle.cs b/ReallifeGamemode.Server/Entities/ServerVehicle.cs index 39203bc0..2891f0eb 100644 --- a/ReallifeGamemode.Server/Entities/ServerVehicle.cs +++ b/ReallifeGamemode.Server/Entities/ServerVehicle.cs @@ -70,7 +70,7 @@ namespace ReallifeGamemode.Server.Entities if (this is GroupVehicle gV) { - numberplate = $"{gV.GroupId}" + numberplate; + numberplate = $"G{gV.GroupId} " + numberplate; } veh.NumberPlate = numberplate;