# HG changeset patch # User Dominic Cleal # Date 1228582012 0 # Node ID e238f28f774a5f52742fe13c7b32051eb734faf9 # Parent 2ab5ccc01036dbcf227c891f07e07c35c190a083 No need to save timer diff -r 2ab5ccc01036 -r e238f28f774a skillbot.pl --- a/skillbot.pl Sat Dec 06 16:46:10 2008 +0000 +++ b/skillbot.pl Sat Dec 06 16:46:52 2008 +0000 @@ -438,7 +438,7 @@ # Add a timer shortly before the end to ensure the user's still training if ($prefinish > 0) { - $f->{timer} = add_one_shot_timer($prefinish, sub { + add_one_shot_timer($prefinish, sub { check_friend($self, $f); }); }