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
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
function Client:Logging(store: boolean, opt: boolean)
|
function Client:Log(store: boolean, opt: boolean)
|
||||||
ClientProcess.logger(self.id, store, opt)
|
ClientProcess.logger(self.id, store, opt)
|
||||||
return function()
|
return function()
|
||||||
return ClientProcess.getlogs(self.id)
|
return ClientProcess.getlogs(self.id)
|
||||||
|
|
Loading…
Reference in a new issue