Index: ReadyCheckIcon/ReadyCheckIcon.lua
===================================================================
--- ReadyCheckIcon/ReadyCheckIcon.lua	(revision 77131)
+++ ReadyCheckIcon/ReadyCheckIcon.lua	(working copy)
@@ -92,8 +92,9 @@
 	end
 	if self.db.profile[frame.group].disable then
 		readyCheckStatus = nil
+	elseif isLeader then
+		readyCheckStatus = GetReadyCheckStatus(unit)
 	end
-	if isLeader then readyCheckStatus = GetReadyCheckStatus(unit) end
 	if readyCheckStatus then
 		if not frame.readyCheckIcon then
 			frame.readyCheckIcon = newFrame("Texture", frame.overlay, "ARTWORK")
