diff --git a/MatchManagerSuite/MatchManagerGSheet.php b/MatchManagerSuite/MatchManagerGSheet.php index b26b58b..a45dd0b 100644 --- a/MatchManagerSuite/MatchManagerGSheet.php +++ b/MatchManagerSuite/MatchManagerGSheet.php @@ -480,7 +480,7 @@ class MatchManagerGSheet implements CallbackListener, CommandListener, Plugin { return; } - if ($this->currentdatamode == "All Rounds Data") { + if ($this->currentdatamode == "All Rounds Data" && $this->matchstatus == "running") { $newcurrentscore = []; foreach ($currentscore as $score) {