lunar-sway / minestuck

A Homestuck Minecraft mod
Other
54 stars 64 forks source link

Fix issue with /sburbconnection #603

Closed kirderf1 closed 4 months ago

kirderf1 commented 4 months ago

sburbConnections.unlinkClientPlayer() previously threw an exception when there were no paired server player to unlink. This prevented it from being called redundantly, while it was also being used in a redundant manner by /sburbconnection.

This lets unlinkClientPlayer() be called redundantly, and also adds a test for this.