remove endmatch data when append
This commit is contained in:
		@@ -480,7 +480,7 @@ class MatchManagerGSheet implements  CallbackListener, CommandListener, Plugin {
 | 
				
			|||||||
					return;
 | 
										return;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				if ($this->currentdatamode == "All Rounds Data") {
 | 
									if ($this->currentdatamode == "All Rounds Data" && $this->matchstatus == "running") {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					$newcurrentscore = [];
 | 
										$newcurrentscore = [];
 | 
				
			||||||
					foreach ($currentscore as $score) {
 | 
										foreach ($currentscore as $score) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user