From 7f621c27a3a2ac7a3a14cf655d03782681e35966 Mon Sep 17 00:00:00 2001 From: realraum Date: Sun, 3 Jul 2011 21:15:01 +0000 Subject: [PATCH] bugfix dart framework --- dart/Dart.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/Dart.pm b/dart/Dart.pm index b355395..203db46 100644 --- a/dart/Dart.pm +++ b/dart/Dart.pm @@ -126,7 +126,7 @@ sub next_player my $self=shift; $self->callback('before_next_player'); $self->{current_shoot_count}=0; - ($self->{current_player},my $new_round)=get_next_active_player($self->{current_player}); + ($self->{current_player},my $new_round)=get_next_active_player($self->{player},$self->{current_player}); $self->shout("player"); $self->shout($self->get_current_player()->{name}); $self->next_round() if $new_round; -- 1.7.10.4