Er, disregard this.

This commit is contained in:
Pragmatic Software 2021-07-03 23:18:02 -07:00
parent 77be51252e
commit db911b4ee9
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}