minor change
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user