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)