Switched /save argument to lowercase check

This commit is contained in:
hydrant
2018-12-01 19:47:33 +01:00
parent 865436b0a8
commit 8bfbe57537
2 changed files with 6 additions and 8 deletions

View File

@@ -84,7 +84,6 @@ namespace reallife_gamemode.Server.Events
{
using (var saveData = new DatabaseContext())
{
Console.WriteLine("Adding Faction Vehicle Secondary Color: " + vehicleSecondaryColor);
var dataSet = new FactionVehicle
{
Model = vehicleModel,