From fb80d88c27cb618840e667240d4c48d4ded90aea Mon Sep 17 00:00:00 2001 From: xArshy <6077173+xArshy@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:07:21 +0400 Subject: [PATCH] Update Index.luau Better function names --- src/Index/Client/Index.luau | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Index/Client/Index.luau b/src/Index/Client/Index.luau index fc925ff..9638e51 100644 --- a/src/Index/Client/Index.luau +++ b/src/Index/Client/Index.luau @@ -25,7 +25,7 @@ function Client.new(Identifier: string, yieldWait: number?) return self end -function Client:Logging(store: boolean, opt: boolean) +function Client:Log(store: boolean, opt: boolean) ClientProcess.logger(self.id, store, opt) return function() return ClientProcess.getlogs(self.id) @@ -86,4 +86,4 @@ function Client:Destroy() setmetatable(self, nil) end -return Client.new \ No newline at end of file +return Client.new