Minecraft-Client-Base icon indicating copy to clipboard operation
Minecraft-Client-Base copied to clipboard

[Feature] Detach Method

Open sbplat opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Right now, the loader waits for 5s and then detaches automatically. The loader should instead wait in a loop until the client calls the native detach method.

Describe the solution you'd like Implement a native detach method that detaches the loader from Minecraft and call that method from the client. Then, create a waiting loop in the loader that waits until it should detach.

Describe alternatives you've considered N/A

Additional context N/A

sbplat avatar Oct 08 '22 16:10 sbplat