Server crash with GrowingTrees-1.7.10-0.5.1
CaptGates opened this issue ยท 2 comments
From what I can tell googling the crash it's caused from particle spawning being called server side.
You are correct. I've moved the particle spawning code to the client proxy. Just checking for client side wasn't enough, the function itself cannot exist on the server. I'll test this when I get home and post an update hopefully tonight.