parent
81440000b3
commit
571a16fbf0
|
@ -23,8 +23,10 @@ function Client:initialize()
|
||||||
self.client.callback = function(_self, command, jsonData)
|
self.client.callback = function(_self, command, jsonData)
|
||||||
local cb = fk.client_callback[command]
|
local cb = fk.client_callback[command]
|
||||||
|
|
||||||
Fk.currentResponsePattern = nil
|
if command ~= "Heartbeat" and command ~= "StartChangeSelf" and command ~= "ChangeSelf" then
|
||||||
Fk.currentResponseReason = nil
|
Fk.currentResponsePattern = nil
|
||||||
|
Fk.currentResponseReason = nil
|
||||||
|
end
|
||||||
|
|
||||||
if (type(cb) == "function") then
|
if (type(cb) == "function") then
|
||||||
cb(jsonData)
|
cb(jsonData)
|
||||||
|
|
Loading…
Reference in New Issue