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
Session.initializeValidBrushes(); - This method clears a map then loads all the brushes from scratch again. This is.. Rather laggy if you have a fair amount of brushes.
goBrush/src/main/java/com/arcaniax/gobrush/object/Brush.java
Line 61 in ac0868d
Session.initializeValidBrushes(); - This method clears a map then loads all the brushes from scratch again. This is.. Rather laggy if you have a fair amount of brushes.
https://github.com/Arcaniax-Development/goBrush/blob/master/src/main/java/com/arcaniax/gobrush/object/BrushPlayer.java#L63
This is why its called on player join.
The text was updated successfully, but these errors were encountered: