From b2a72af893c8e4a40ceb29d8eac48a75530b690e Mon Sep 17 00:00:00 2001 From: "Alivemonstor [Jayden]" <79489495+Alivemonstor@users.noreply.github.com> Date: Wed, 28 May 2025 17:39:45 +0100 Subject: [PATCH] fix: Allows for proper numeration with same data.num --- client.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client.lua b/client.lua index 06087b4..17a1475 100644 --- a/client.lua +++ b/client.lua @@ -189,6 +189,7 @@ local function SetupOptions(datatable, entity, distance, isZone) for _, data in pairs(datatable) do if CheckOptions(data, entity, distance) then slot = data.num or slot + 1 + if sendData[slot] then slot = #sendData + 1 end sendData[slot] = data sendData[slot].entity = entity nuiData[slot] = {