Skip to content
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

FDPClient latest crashes during render ArmorStand when NoRender is on #29

Closed
FDPUser443 opened this issue Jul 9, 2022 · 2 comments
Closed

Comments

@FDPUser443
Copy link
Contributor

FDPCrashLogs.txt

package net.ccbluex.liquidbounce.injection.forge.mixins.render;

public abstract class MixinRendererLivingEntity extends MixinRender {
...

if (noRender.getState() && noRender.shouldStopRender(entity)) {
callbackInfo.cancel(); // it fails here :(
return;
}

@FDPUser443 FDPUser443 changed the title FDPClient latest crashes during render ArmorStand FDPClient latest crashes during render ArmorStand when NoRender is on Jul 9, 2022
@DinoFengz
Copy link
Collaborator

wait dev to fix this bug

@DinoFengz
Copy link
Collaborator

or use some old version of fdp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants