mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
A little mistake
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user