From 677079cbdd64683223f60f194df12aa223ac657c Mon Sep 17 00:00:00 2001 From: aviate Date: Mon, 30 Sep 2019 21:23:23 +0200 Subject: [PATCH] changes --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 56e087f4..a7bfd200 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1068,7 +1068,7 @@ namespace ReallifeGamemode.Server.Commands player.SetIntoVehicle(v.Handle, -1); } - [Command("fv", "~m~Benutzung: ~s~/fv")] + [Command("fv", "~m~Benutzung: ~s~/fv", Alias = "vfix")] public void CmdAdminFixveh(Client player) { if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN3) ?? true)