From e5f3a1fef0d0743c3b8b4e89a54b4d9d90ae7353 Mon Sep 17 00:00:00 2001 From: aviate Date: Mon, 30 Sep 2019 21:11:17 +0200 Subject: [PATCH] test changes --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 1 + 1 file changed, 1 insertion(+) 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)")]