This commit is contained in:
Applevangelist 2025-05-16 13:43:03 +02:00
parent 09b7922b84
commit b126cc00d0

View File

@ -1863,7 +1863,7 @@ do
end --end alive
end --end check
end --for loop
if self.debug or self.verbose then
if self.debug or self.verbose or self.logsamstatus then
for _,_status in pairs(self.SamStateTracker) do
if _status == "GREEN" then
instatusgreen=instatusgreen+1