minor change
This commit is contained in:
		
				
					committed by
					
						 Steffen Schröder
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							d2959e7d90
						
					
				
				
					commit
					35b5e2ac47
				
			| @@ -106,7 +106,8 @@ class Player { | ||||
| 		$this->currentTargetId      = $mpPlayer->currentTargetId; | ||||
|  | ||||
| 		$this->joinTime = time(); | ||||
| 		if ($this->nickname == '') { | ||||
|  | ||||
| 		if ($this->nickname == null || $this->nickname == '') { | ||||
| 			$this->nickname = $this->login; | ||||
| 		} | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user