mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19: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 {
|
||||
my ($self) = @_; # we don't care about the other event arguments
|
||||
|
||||
print "BATTLESHIDFPF ADF!!\n";
|
||||
|
||||
# unless paused by a player, resume the game
|
||||
if (not $self->{state_data}->{paused_by_player}) {
|
||||
$self->{state_data}->{paused} = 0;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user