diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 3cac2992..4ea4759d 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -2015,7 +2015,7 @@ namespace ReallifeGamemode.Server.Commands case "fvehicle": if (player.IsInVehicle) { - string fIdStr = option1 + " " + option2; + string fIdStr = (option1 + " " + option2).Trim(); int[] fIds = null; string[] fIdStrs = fIdStr.Split(" ");