From 7f344df1dc49c227882cabb96ec6f53f30151e63 Mon Sep 17 00:00:00 2001 From: lopar Date: Mon, 1 Feb 2021 03:40:40 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BB=D0=B0=D0=B3=20"=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=B6=D0=B0=D1=82=D1=8C=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=B8=D0=BD=20=D0=B4=D0=B0=D0=B6=D0=B5=20=D0=B5=D1=81=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0=D0=B6=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=B2=D0=B8=D0=B4=D0=B8=D0=BC=D0=BA=D0=B0"=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=BB=20=D0=BD=D0=B0=D0=BE?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=BE=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/Battles/Nick.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Battles/Nick.php b/classes/Battles/Nick.php index e065328..a987dc8 100644 --- a/classes/Battles/Nick.php +++ b/classes/Battles/Nick.php @@ -70,7 +70,7 @@ class Nick extends User */ public function short($showInvisibility = 0):string { - if ($showInvisibility && $this->getInvisibilityStatus()) { + if (!$showInvisibility && $this->getInvisibilityStatus()) { return INVIS; } else { return htmlspecialchars($this->login);