Quantcast

Alwayes messages if no follower got xp

Alar of Daggerspine [07-12-15 - 18:19]
Alwayes messages if no follower got xp

Signed-off-by: Alar of Daggerspine <alar@aspide.it>
Filename
MissionCompletion.lua
diff --git a/MissionCompletion.lua b/MissionCompletion.lua
index 6ac7afa..7796ecb 100644
--- a/MissionCompletion.lua
+++ b/MissionCompletion.lua
@@ -295,7 +295,8 @@ function module:MissionsPrintResults(success)
 	end
 	if not reported then
 		report:AddRow(L["Nothing to report"])
-	elseif not followers then
+	end
+	if not followers then
 		report:AddRow(L["No follower gained xp"])
 	end
 end