From 69db9248c3151ebb43aa62e7e9580cfa78646318 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 13 Aug 2024 23:30:43 -0700 Subject: [PATCH] More spacing --- functions.lsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.lsl b/functions.lsl index d26cd0e..5c61704 100644 --- a/functions.lsl +++ b/functions.lsl @@ -29,10 +29,12 @@ integer checkSupportUser(key kID, integer minAccessRights) } return FALSE; } + checkSupport() { UpdateDSRequest(NULL, llHTTPRequest(API_SERVER + "/zni/Get_Support.php", [], ""), SetDSMeta(["get_support"])); } + string MakeTimeNotation(integer iSec) { integer iDifference = iSec;