Комиссионка. Наброски.

This commit is contained in:
lopar
2021-08-31 10:43:48 +03:00
parent 54f4c08678
commit 6f7223a242
4 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class Nick extends User
*/
public function full($showInvisibility = 0):string
{
if ($showInvisibility && $this->getInvisibilityStatus()) {
if (!$showInvisibility && $this->getInvisibilityStatus()) {
return INVIS;
}
return $this->getAlignToNickname().$this->getClanToNickname().sprintf('<b>%s</b> [%s] <a href="inf.php?%s" target="_blank"><img src="i/inf.gif" style="width:12px;height:11px"></a>', $this->login, $this->level, $this->login);