added more opsec

This commit is contained in:
cpyrgh
2026-04-01 15:11:37 -04:00
committed by GitHub
parent 0559beb6b0
commit 0d4c5bf6a9
3 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -1071,7 +1071,10 @@ void Replicator::updateStatsItem(RBX::Stats::StatsService* stats)
if (network) if (network)
{ {
statsItem = createStatsItem(); statsItem = createStatsItem();
statsItem->setName(RakNetAddressToString(this->remotePlayerId)); if (Player* player = getRemotePlayer())
statsItem->setName(player->getName());
else
statsItem->setName("ServerStatsItem");
statsItem->setParent2(network); statsItem->setParent2(network);
} }
} }
+3
View File
@@ -0,0 +1,3 @@
![opsec](opsec.png)
water box
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB