GCC-Minecraft-Team / sps-mc-link-spigot

Spigot plugin to link SPS and MC accounts
3 stars 1 forks source link

Player's can't unclaim some chunks #26

Closed nlaha closed 3 years ago

nlaha commented 3 years ago

It seems to affect chunks that have been loaded after server restart.

2kai2kai2 commented 3 years ago

Maybe this is because the HashMap.remove() function uses .equals() which doesn't seem to always work for chunks.

nlaha commented 3 years ago

Yeah, I'll try comparing with .getX() and .getWorld()

nlaha commented 3 years ago

Seems that worked