-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Torch God biome torch swap issue #2353
Conversation
Can confirm this fixes the issue but not sure if it opens any new exploits
Thanks to everyone who helped on discord
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your pull-request! Can you change the formatting so that you're indenting both the logical and
et the arguments to ConsoleError
so that they're easier to read?
if (selectedItem.placeStyle != style) | ||
|
||
if ((args.Player.TPlayer.BiomeTorchHoldStyle(style) != args.Player.TPlayer.BiomeTorchPlaceStyle(style)) | ||
&& (selectedItem.placeStyle != style)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&& (selectedItem.placeStyle != style)) | |
&& (selectedItem.placeStyle != style)) |
sure thing |
I actually fixed it for you but your fork isn't writable to us so I can't push it :S |
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can confirm this fixes the issue but not sure if it opens any new exploits
?????? HAVE YOU UPDATED THE CHANGELOG? ??????
not yetyesIssue: #2344