remove endmatch data when append

This commit is contained in:
Beu 2022-01-05 00:57:59 +01:00
parent 993c3a770f
commit cb322ef83f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {