From db911b4ee9f823cac0e2173d4ba3c18c4d8f69e3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 3 Jul 2021 23:18:02 -0700 Subject: [PATCH] Er, disregard this. --- Plugins/Battleship.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/Battleship.pm b/Plugins/Battleship.pm index ff1d5987..fce2db04 100644 --- a/Plugins/Battleship.pm +++ b/Plugins/Battleship.pm @@ -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; }