From feb4754d33fd048b77ca47595346eaa420b1a0be Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:31:32 -0500 Subject: [PATCH] Update skin item usetype comment --- scripts/server/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/const.js b/scripts/server/const.js index 1abec43a..85c2bed0 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -174,7 +174,7 @@ const VRR_ITEM_USETYPE_AMMO_CLIP = 2; // Magazine for weapon. If in i const VRR_ITEM_USETYPE_PHONE = 3; // Pulls out phone const VRR_ITEM_USETYPE_GPS = 4; // Not sure how I want this to work yet const VRR_ITEM_USETYPE_MAP = 5; // Shows minimap on HUD -const VRR_ITEM_USETYPE_SKIN = 6; // Changes skin (item skin is replaced with previous skin before changing) +const VRR_ITEM_USETYPE_SKIN = 6; // Changes skin (uses skin changer) const VRR_ITEM_USETYPE_PEDPART = 7; // Changes ped part (clothing, skin, hair, etc) (UNUSED) const VRR_ITEM_USETYPE_PEDPROP = 8; // Changes ped prop (watches, glasses, hats, etc) (UNUSED) const VRR_ITEM_USETYPE_STORAGE = 9; // Shows stored items. Backpack, crate, briefcase, wallet, etc