refactor: turn off allowsListing in client information packet

This commit is contained in:
ChomeNS
2025-01-07 16:30:03 +07:00
parent 7c861e1869
commit 6164483e11

View File

@@ -216,7 +216,7 @@ public class Bot {
skinParts,
HandPreference.RIGHT_HAND,
false,
true, // should this be false lol so only real players are displayed
false,
ParticleStatus.ALL
)
);