Skip to content

Commit

Permalink
Fixed a bug that prevents god from getting players (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpawel10 authored and DSpeichert committed Jan 26, 2019
1 parent bb944ad commit 9134e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevAAC/routes/players.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
}
$players->select($fields);
}
elseif(!$DevAAC->auth_account || !$DevAAC->auth_account->isGod())
else
$players->select($visible);

if(intval($req->get('offset')))
Expand Down

0 comments on commit 9134e7b

Please sign in to comment.