From 91f5e9d0a3c0c733406c9a2540cae9788298e600 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 9 Jul 2025 19:16:51 +0200 Subject: [PATCH] ed --- .../tgiann-inventory/configs/configAntiSwimingItems.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/configs/configAntiSwimingItems.lua b/resources/[inventory]/tgiann-inventory/configs/configAntiSwimingItems.lua index 716156a95..8dd1497d7 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configAntiSwimingItems.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configAntiSwimingItems.lua @@ -1,6 +1,6 @@ config.antiSwimingItems = { -- Added items are deleted when you enter the water and their broken state is added to the inventory - ["black_phone"] = "broken_phone", - ["green_phone"] = "broken_phone", - ["red_phone"] = "broken_phone", - ["purple_phone"] = "broken_phone", + ["phone_black"] = "broken_phone", + ["phone_green"] = "broken_phone", + ["phone_red"] = "broken_phone", + ["phone_purple"] = "broken_phone", }