Skip to content

Commit

Permalink
Fix clearing timeouts after auto teleport (#3874)
Browse files Browse the repository at this point in the history
* removed undef %ai_v from ai::clear
  • Loading branch information
maikelvf committed Aug 17, 2024
1 parent 7d4e328 commit 726a805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ sub clear {
if ($total == 0) {
undef @ai_seq;
undef @ai_seq_args;
undef %ai_v;

# If 1 arg was given find it in the queue
} elsif ($total == 1) {
Expand Down

0 comments on commit 726a805

Please sign in to comment.