mirror of
https://github.com/imezx/Warp.git
synced 2025-06-20 05:39:16 +00:00
Update Index.luau
Better function names
This commit is contained in:
parent
69fc64d134
commit
fb80d88c27
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
return Client.new
|
||||
|
|
Loading…
Reference in a new issue