mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
Nothing important, just some comments and small code style fixes
This commit is contained in:
@@ -45,6 +45,7 @@ foreach($groupList as $id => $group)
|
||||
$members = array();
|
||||
foreach($group_members as $member)
|
||||
{
|
||||
/** @var OTS_Player $member */
|
||||
if(!admin() && $member->isHidden())
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user