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