-
Notifications
You must be signed in to change notification settings - Fork 275
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
Call disconnect
fabric api when killing fake players
#1983
Comments
Same issue here. However, when my server was in 1.20.6, it worked properly. |
I'm on version 1.20.6 (I should have said it btw, I'll edit the issue now), not sure how did it work for you (?) |
Well I cannot say for sure, maybe there is a different version of carpet or bluemap or fabric api we are using? But unfortunately I don't have any records for that. |
Just found a log when I tried adding viafabric on 1.20.6 and crashed |
This might be a duplicate of #1962 |
When disconnecting fake players from the map using the
kill
command, there's no notification to the fabric api from their disconnection, making other implementations (like bluemap) thinking the user's are still there.Could you trigger a
disconnect
event for the fake users killed?Minecraft version used:
1.20.x
(currently1.20.6
, moved from1.20.4
where it also happened)Fabric loader version used:
0.16.2
Carpet version:
fabric-carpet-1.20.6-1.4.141+v240429.jar
The text was updated successfully, but these errors were encountered: