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 player listing thread is calling non thread-safe methods which means data at any point will not return a guaranteed result. also getServer().getPlayer() can cause ConcurrentModExceptions - just a heads up.
The text was updated successfully, but these errors were encountered:
The player listing thread is calling non thread-safe methods which means data at any point will not return a guaranteed result. also getServer().getPlayer() can cause ConcurrentModExceptions - just a heads up.
The text was updated successfully, but these errors were encountered: