From e7563787be5b3a9c1de66a7f4eb16ed09d9d4a21 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sun, 17 May 2026 17:22:58 +0100 Subject: [main] added ability to fetch service & tidied up functions --- src/pawsd/record.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pawsd/record.lua') diff --git a/src/pawsd/record.lua b/src/pawsd/record.lua index ae6d145..869796f 100644 --- a/src/pawsd/record.lua +++ b/src/pawsd/record.lua @@ -20,18 +20,14 @@ function getrecord(response, offset) local tagcount = getrecordtagnumber(response, offset) - print("R>------ Number Of Tags: " .. tagcount) - local tagoffset = offset + 2 local tags = {} for tagindex = 1, tagcount, 1 do - print("\nT>------ Getting Tag " .. tagindex .. "...") - local tag = pawsd.tag.get(response, tagoffset) - tags[tagindex] = tag.value + tags[tagindex] = tag.tag tagoffset = tag.endoffset end -- cgit v1.3