From a43987913402b165eed18ba00224d27a70fcf401 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 9 Mar 2010 04:43:39 -0500 Subject: [PATCH] Remove an obvious comment. --- Player.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Player.lua b/Player.lua index d2bf3e2..d5f40e2 100644 --- a/Player.lua +++ b/Player.lua @@ -119,7 +119,6 @@ function Player:HasProperRepLevel(recipe_index) if not player_rep[rep_name] or player_rep[rep_name] < acquire_info[index].rep_level then has_faction = false else - -- The player's faction level is high enough to learn the recipe. Set to true and break out. has_faction = true break end -- 1.7.9.5