Closed jakzo closed 4 months ago
I'd be happy to merge this but please rename the branch!
Ok, looks like there is a conflict so I'll fix it when I have time and open a new pr but curious what the problem is with using main on the fork?
The issue is that it makes it much more difficult for me to review it and make local changes, since I have to pull it to a branch with a different name to avoid inadvertently merging the PR, but then git doesn't allow one to set it as upstream so every time I want to push I have to specify HEAD:
.
It's just bad practice - any change should always have a branch properly named.
Thanks for fixing the conflict when you do. I'll close this for now.
Did this because I just wanted to add hand tracking permission to an APK which already had a mod loader without adding a new one. In my case the game was Bonelab with MelonLoader (would be nice if LemonLoader was merged into QuestPatcher but that's a separate conversation...)