mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
Er, disregard this.
This commit is contained in:
parent
77be51252e
commit
db911b4ee9
@ -141,12 +141,11 @@ sub unload {
|
|||||||
sub on_output_queue_flushed {
|
sub on_output_queue_flushed {
|
||||||
my ($self) = @_; # we don't care about the other event arguments
|
my ($self) = @_; # we don't care about the other event arguments
|
||||||
|
|
||||||
print "BATTLESHIDFPF ADF!!\n";
|
|
||||||
|
|
||||||
# unless paused by a player, resume the game
|
# unless paused by a player, resume the game
|
||||||
if (not $self->{state_data}->{paused_by_player}) {
|
if (not $self->{state_data}->{paused_by_player}) {
|
||||||
$self->{state_data}->{paused} = 0;
|
$self->{state_data}->{paused} = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user