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
This will improve performance when the lookup lags for certain users. HOWEVER:
The bukkit API is not thread-safe and it's against standards to use any part outside of the main thread, so this may not work.
The text was updated successfully, but these errors were encountered:
This will improve performance when the lookup lags for certain users. HOWEVER:
The bukkit API is not thread-safe and it's against standards to use any part outside of the main thread, so this may not work.
The text was updated successfully, but these errors were encountered: