From 2117f0f9a4801ec998cf1016dde9699f3a6cdbbe Mon Sep 17 00:00:00 2001 From: Timothy_ <73821729+Timothy-Dylan@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:12:22 +0200 Subject: [PATCH] fix! Bugg with Ambulance --- clothing/Ambulance.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}