NikitaCartes / EasyAuth

Easy authentication mod for Fabric servers
MIT License
120 stars 23 forks source link

[BUG] Bug with c2me mod java.util.ConcurrentModificationException: Async entity #164

Open Misha4ek opened 1 month ago

Misha4ek commented 1 month ago

Versions

Describe the bug Bug with mod c2me. When a player is successfully logins, c2me do java.util.ConcurrentModificationException: Async entity unload. After that player in unplayable state, after rejoining to server that player is on "spawn" instead of being at previous logout location.

To Reproduce Steps to reproduce the behavior:

  1. Try to login with offline account. (chances is about 50/50 that a bug occurs)
  2. Observe.

Expected behavior Login would not tp player to spawn. And be at previous logout location.

Additional context log https://pastebin.com/Hvd9C84R Comment from c2me side https://github.com/RelativityMC/C2ME-fabric/issues/344