Skip to content

Commit 9134e7b

Browse files
bpawel10DSpeichert
authored andcommitted
Fixed a bug that prevents god from getting players (#39)
1 parent bb944ad commit 9134e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevAAC/routes/players.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
}
410410
$players->select($fields);
411411
}
412-
elseif(!$DevAAC->auth_account || !$DevAAC->auth_account->isGod())
412+
else
413413
$players->select($visible);
414414

415415
if(intval($req->get('offset')))

0 commit comments

Comments
 (0)