A little mistake

This commit is contained in:
iopietro
2018-06-01 17:19:32 +02:00
parent 693d29c0f8
commit 4abb5c1354
+1 -1
View File
@@ -4991,7 +4991,7 @@ References: User ID/Message ID, Mode
// if no members are left in it
$this->deleteAlliance($userData['alliance']);
return (isset($newLeaderFound) && $newLeaderFound === true;
return isset($newLeaderFound) && $newLeaderFound === true;
}
}
}