diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 9ae988d2..8310ef28 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1083,6 +1083,7 @@ namespace ReallifeGamemode.Server.Commands return; } player.Vehicle.Repair(); + ChatService.SendMessage(player, "Fahrzeug repariert"); } [Command("vdestroy", "~m~Benutzung: ~s~/vdestroy (ID)")]