Bstn1802 / AutoReconnect

Minecraft fabric mod which automatically reconnects the client to the last known server after disconnection
https://www.curseforge.com/minecraft/mc-mods/autoreconnect
GNU Lesser General Public License v3.0
29 stars 36 forks source link

Implement command handling #29

Closed tinyoverflow closed 2 years ago

tinyoverflow commented 2 years ago

This PR resolves #26 by handling commands. It also refactors the scheduling logic to use it's own scheduler.

Bstn1802 commented 2 years ago

Sorry for the late response, I've been quite busy I actually had resolved this issue myself already, but I quite like the refactoring, maybe something similar will work for the other "timer" too, don't like the delayed recursion at all xD