- FIxed issue with Cloud Capture.

This commit is contained in:
Tercio
2013-08-18 00:16:15 -03:00
parent e2237152d9
commit 36aa99508a
2 changed files with 43 additions and 6 deletions
+11
View File
@@ -203,7 +203,18 @@
if (_detalhes:IsInInstance() or _detalhes.debug) then
if (not _detalhes:CaptureIsAllEnabled()) then
_detalhes:SendCloudRequest()
if (_detalhes.debug) then
_detalhes:Msg ("Details: CloudRequest()")
end
end
else
if (_detalhes.debug) then
_detalhes:Msg ("Details: instance", _detalhes:IsInInstance())
end
end
else
if (_detalhes.debug) then
_detalhes:Msg ("Details: group and cloud", _detalhes.in_group, _detalhes.cloud_capture)
end
end