mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Updated variable parameters
This commit is contained in:
parent
598cfefba4
commit
7893302d89
@ -151,7 +151,7 @@ function CLIENT:_AliveCheckScheduler()
|
|||||||
if self:IsAlive() then
|
if self:IsAlive() then
|
||||||
if self.ClientAlive2 == false then
|
if self.ClientAlive2 == false then
|
||||||
self:T("Calling Callback function")
|
self:T("Calling Callback function")
|
||||||
self.ClientCallBack( self, self.ClientParameters )
|
self.ClientCallBack( self, unpack( self.ClientParameters ) )
|
||||||
self.ClientAlive2 = true
|
self.ClientAlive2 = true
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user