test changes

This commit is contained in:
aviate
2019-09-30 21:11:17 +02:00
parent 4753ea65a8
commit e5f3a1fef0

View File

@@ -1083,6 +1083,7 @@ namespace ReallifeGamemode.Server.Commands
return; return;
} }
player.Vehicle.Repair(); player.Vehicle.Repair();
ChatService.SendMessage(player, "Fahrzeug repariert");
} }
[Command("vdestroy", "~m~Benutzung: ~s~/vdestroy (ID)")] [Command("vdestroy", "~m~Benutzung: ~s~/vdestroy (ID)")]