small cleanup
This commit is contained in:
		
				
					committed by
					
						 Steffen Schröder
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							c0f4c460c1
						
					
				
				
					commit
					7f603f770a
				
			| @@ -303,15 +303,15 @@ class ManiaControl implements CommandListener { | |||||||
| 				// Manager callbacks | 				// Manager callbacks | ||||||
| 				$this->callbackManager->manageCallbacks(); | 				$this->callbackManager->manageCallbacks(); | ||||||
|  |  | ||||||
| 				// Manage FileReader |  | ||||||
| 				$this->fileReader->appendData(); |  | ||||||
|  |  | ||||||
| 			} catch(Exception $e) { | 			} catch(Exception $e) { | ||||||
| 				if ($e->getMessage() == 'Connection interupted') { | 				if ($e->getMessage() == 'Connection interupted') { | ||||||
| 					$this->quit($e->getMessage()); | 					$this->quit($e->getMessage()); | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|  | 			// Manage FileReader | ||||||
|  | 			$this->fileReader->appendData(); | ||||||
|  |  | ||||||
| 			// Yield for next tick | 			// Yield for next tick | ||||||
| 			$loopEnd = microtime(true); | 			$loopEnd = microtime(true); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user