diff --git a/clothing/Ambulance.lua b/clothing/Ambulance.lua index a22257f..e1a3c02 100644 --- a/clothing/Ambulance.lua +++ b/clothing/Ambulance.lua @@ -1,5 +1,5 @@ mEUP.Ambulance = { - Id = 'ambulance', + Id = 'Ambulance', Job = 'ambulance', Label = 'Ambulance', @@ -417,4 +417,4 @@ mEUP.Ambulance = { }, } } -} \ No newline at end of file +}