remove skipround property
This commit is contained in:
		| @@ -357,8 +357,6 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen | |||||||
| 	private $pausetimer				= 0; | 	private $pausetimer				= 0; | ||||||
| 	private $pauseon				= false; | 	private $pauseon				= false; | ||||||
|  |  | ||||||
| 	private $skipround				= false; |  | ||||||
|  |  | ||||||
| 	private $settingsloaded			= false; | 	private $settingsloaded			= false; | ||||||
| 	private $postmatch				= false; | 	private $postmatch				= false; | ||||||
| 	private $mapsshuffled			= false; | 	private $mapsshuffled			= false; | ||||||
| @@ -1498,7 +1496,6 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen | |||||||
| 			Logger::log("End Pause"); | 			Logger::log("End Pause"); | ||||||
| 			$this->closePauseWidget(); | 			$this->closePauseWidget(); | ||||||
| 			$this->pauseon = false; | 			$this->pauseon = false; | ||||||
| 			$this->skipround = true; |  | ||||||
| 			$this->maniaControl->getModeScriptEventManager()->endPause(); | 			$this->maniaControl->getModeScriptEventManager()->endPause(); | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| @@ -1969,7 +1966,6 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen | |||||||
| 			$this->maniaControl->getAuthenticationManager()->sendNotAllowed($player); | 			$this->maniaControl->getAuthenticationManager()->sendNotAllowed($player); | ||||||
| 			return; | 			return; | ||||||
| 		} | 		} | ||||||
| 		$this->skipround = true; |  | ||||||
| 		$this->maniaControl->getModeScriptEventManager()->forceTrackmaniaRoundEnd(); | 		$this->maniaControl->getModeScriptEventManager()->forceTrackmaniaRoundEnd(); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user