im working on a plugin where i have some uielements stored in in a hashmap. for some reason everytime another player joins all uielements are removed from all other players and added to the new player. im using the hashmap like you would use an array to add gameObjects.
Java
any input would be helpfull. i have also tried cloning the hashmap so the player as their own cop but still got the same behavior.