diff --git a/api/actions/getchat.php b/api/actions/getchat.php index ab16b27..81c2ba4 100644 --- a/api/actions/getchat.php +++ b/api/actions/getchat.php @@ -45,7 +45,8 @@ $database->debug()->select("messages", [ "time", "message", "messages.accountid", - "players.nickname" + "players.nickname", + "players.teamid" ], $where ); $query = ob_get_contents();