9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-28 03:19:15 +00:00

fix: remove entities from players

This commit is contained in:
LoJoSho
2023-07-25 19:20:41 -05:00
parent c7deb756db
commit e2715fe631

View File

@@ -61,4 +61,8 @@ public class UserBackpackCloudManager {
viewers.clear();
}
public List<Player> getViewers() {
return viewers;
}
}