removed vardump
This commit is contained in:
		@@ -112,7 +112,6 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		$result->close();
 | 
							$result->close();
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		var_dump($loadedSettings);
 | 
					 | 
				
			||||||
		$success = $this->maniaControl->client->query('SetServerOptions', $loadedSettings);
 | 
							$success = $this->maniaControl->client->query('SetServerOptions', $loadedSettings);
 | 
				
			||||||
		if (!$success) {
 | 
							if (!$success) {
 | 
				
			||||||
			trigger_error('Error occurred: ' . $this->maniaControl->getClientErrorText());
 | 
								trigger_error('Error occurred: ' . $this->maniaControl->getClientErrorText());
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user