Animus

Animus

3M Downloads

Fix logic error in Key of binding recipe handler

TeamDman opened this issue ยท 0 comments

commented

https://github.com/TeamDman/Animus/blob/master/src/main/java/com/teamdman/animus/recipes/KeyBindingRecipeFactory.java#L78

The flag that sets to 0 gets overwritten as it iterates. It should break the loop.