Fix for fishing bug resulting in players being stuck busy when attempting to fish from a fishing point that had already been exhausted.
This happens because after the fishing point is set to dead, it remains on screen for a few seconds before despawning. The same would happen with mining except those are sent to a z coordinate of -10 or something after being rendered dead, preventing players from doing anything with them as they're underground.
By having a player's busy state cleared when they do this it avoids any issues.
Fix for fishing bug resulting in players being stuck busy when attempting to fish from a fishing point that had already been exhausted.
This happens because after the fishing point is set to dead, it remains on screen for a few seconds before despawning. The same would happen with mining except those are sent to a z coordinate of -10 or something after being rendered dead, preventing players from doing anything with them as they're underground.
By having a player's busy state cleared when they do this it avoids any issues.