/save fvehcile eine fraktion fix
This commit is contained in:
@@ -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(" ");
|
||||||
|
|||||||
Reference in New Issue
Block a user