catch exception if command doesnt exist
This commit is contained in:
		@@ -546,8 +546,11 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP
 | 
				
			|||||||
					$this->maniaControl->getChat()->sendInformation('$f8fVote to $fffrestart the Map$f8f has been successful!');
 | 
										$this->maniaControl->getChat()->sendInformation('$f8fVote to $fffrestart the Map$f8f has been successful!');
 | 
				
			||||||
					break;
 | 
										break;
 | 
				
			||||||
				case 'pausegame':
 | 
									case 'pausegame':
 | 
				
			||||||
					$this->maniaControl->getClient()->sendModeScriptCommands(array('Command_ForceWarmUp' => true));
 | 
										try {
 | 
				
			||||||
					$this->maniaControl->getChat()->sendInformation('$f8fVote to $fffpause the current Game$f8f has been successful!');
 | 
											$this->maniaControl->getClient()->sendModeScriptCommands(array('Command_ForceWarmUp' => true));
 | 
				
			||||||
 | 
											$this->maniaControl->getChat()->sendInformation('$f8fVote to $fffpause the current Game$f8f has been successful!');
 | 
				
			||||||
 | 
										} catch (GameModeException $ex) {
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
					break;
 | 
										break;
 | 
				
			||||||
				case 'replay':
 | 
									case 'replay':
 | 
				
			||||||
					$this->maniaControl->getMapManager()->getMapQueue()->addFirstMapToMapQueue($this->currentVote->voter, $this->maniaControl->getMapManager()->getCurrentMap());
 | 
										$this->maniaControl->getMapManager()->getMapQueue()->addFirstMapToMapQueue($this->currentVote->voter, $this->maniaControl->getMapManager()->getCurrentMap());
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user