You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable DISABLE_SNAPSHOT is kept as a static boolean on paper, but since paper is ticking single threaded, it doesn't really run into issues, every Folia call however, does not take this into consideration,
I think this should be changed to
ThreadLocal, otherwise this could possibly lead into issues?
Expected behavior
The variable DISABLE_SNAPSHOT is kept as a static boolean on paper, but since paper is ticking single threaded, it doesn't really run into issues, every Folia call however, does not take this into consideration,
I think this should be changed to
ThreadLocal, otherwise this could possibly lead into issues?
Observed/Actual behavior
Steps/models to reproduce
Plugin and Datapack List
Folia version
Other
The text was updated successfully, but these errors were encountered: