diff --git a/web/includes/steamgroup/inc_steamgroup_class.php b/web/includes/steamgroup/inc_steamgroup_class.php
index 956cd5e..0d38d51 100644
--- a/web/includes/steamgroup/inc_steamgroup_class.php
+++ b/web/includes/steamgroup/inc_steamgroup_class.php
@@ -60,7 +60,7 @@ function downloadXml($url, $filePath) {
// Display the 'membersInChat' element or the error message
if (empty($steam_group_xml_error)) {
if (isset($xml->groupDetails->membersInChat)) {
- $steam_group_chat_total = htmlspecialchars($xml->groupDetails->membersInChat) . '/' . htmlspecialchars($xml->memberCount);
+ $steam_group_chat_total = htmlspecialchars($xml->groupDetails->membersOnline) . '/' . htmlspecialchars($xml->memberCount) . ' (' . htmlspecialchars($xml->groupDetails->membersInChat) . ' in chat)';
$steam_group_url = htmlspecialchars($xml->groupDetails->groupURL);
$steam_group_server_status = "online";
$steam_group_server_address = "Steam Group (Join)";