dedi bugfix
This commit is contained in:
		
				
					committed by
					
						 Steffen Schröder
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							1f589e9e93
						
					
				
				
					commit
					671f057ccc
				
			| @@ -197,6 +197,11 @@ class Dedimania implements CallbackListener, TimerListener, Plugin { | |||||||
| 					} else if ($index <= 0) { | 					} else if ($index <= 0) { | ||||||
| 						$responseData = $methodResponse[0]; | 						$responseData = $methodResponse[0]; | ||||||
| 						$this->dedimaniaData->addPlayer(new DedimaniaPlayer($responseData)); | 						$this->dedimaniaData->addPlayer(new DedimaniaPlayer($responseData)); | ||||||
|  |  | ||||||
|  | 						//Fetch records if he is the first who joined the server | ||||||
|  | 						if (count($this->maniaControl->playerManager->getPlayers()) == 1) { | ||||||
|  | 							$this->fetchDedimaniaRecords(true); | ||||||
|  | 						} | ||||||
| 					} | 					} | ||||||
| 				} | 				} | ||||||
| 			} else { | 			} else { | ||||||
| @@ -274,7 +279,7 @@ class Dedimania implements CallbackListener, TimerListener, Plugin { | |||||||
| 		$replays  = array(); | 		$replays  = array(); | ||||||
| 		foreach($this->dedimaniaData->records as $record) { | 		foreach($this->dedimaniaData->records as $record) { | ||||||
| 			/** @var RecordData $record */ | 			/** @var RecordData $record */ | ||||||
| 			if($record->rank > $this->dedimaniaData->serverMaxRank){ | 			if ($record->rank > $this->dedimaniaData->serverMaxRank) { | ||||||
| 				break; | 				break; | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user