/save fvehcile eine fraktion fix

This commit is contained in:
hydrant
2020-03-28 15:37:44 +01:00
parent 307d7c6e3b
commit 51f8a14b67

View File

@@ -2015,7 +2015,7 @@ namespace ReallifeGamemode.Server.Commands
case "fvehicle": case "fvehicle":
if (player.IsInVehicle) if (player.IsInVehicle)
{ {
string fIdStr = option1 + " " + option2; string fIdStr = (option1 + " " + option2).Trim();
int[] fIds = null; int[] fIds = null;
string[] fIdStrs = fIdStr.Split(" "); string[] fIdStrs = fIdStr.Split(" ");