Skip to content

Commit

Permalink
👻
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync committed Mar 22, 2024
1 parent 222be0f commit dd391da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@

$player_entities = strval($player_entities_num);
if ($player_entities_num > 1) {
$player_entities = '<a href="' . base_url('manage/' . $op['id'] . '/events') . '?player_id=' . $i['player_id'] . '&events=connected,disconnected,killed,_dead">' . $player_entities_num . '</a>';
$player_entities = '<a href="' . base_url('manage/' . $op['id'] . '/events') . '?player_id=' . $i['player_id'] . '">' . $player_entities_num . '</a>';
}
?>
<tr class="mdc-data-table__row" data-entity-id="<?php echo $i['id']; ?>" data-player-id="<?php echo $i['player_id']; ?>"<?php echo $highlight; ?>>
Expand Down

0 comments on commit dd391da

Please sign in to comment.