changeset 65:680fca147aee

Fixing typo
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 21 Nov 2009 12:34:35 +0000
parents 962dada7587e
children 5db6fd5ffe17
files skillbot.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sat Nov 21 12:31:28 2009 +0000
+++ b/skillbot.pl	Sat Nov 21 12:34:35 2009 +0000
@@ -513,7 +513,7 @@
 		# If the skill's the same, check the finish time and skip if
 		# nothing's changed
 		return if ($skill->id eq $f->{skill}
-				&& $f{$f->{skill_finish} == $skill->finish_time);
+				&& $f->{skill_finish} == $skill->finish_time);
 		
 		# Skill or finish time has changed, delete previous announcement
 		del_one_shot_timer($f->{timer});