Posted October 27, 20196 yr I created an attribute to set the digging speed in the BreakSpeed event. My question is if the event is called on the client side? Because if it is, I have to call the setShouldWatch(true); method. Edited October 28, 20196 yr by Atila1091 [SOLVED]
October 28, 20196 yr 1 hour ago, Atila1091 said: I created an attribute to set the digging speed in the BreakSpeed event. My question is if the event is called on the client side? Because if it is, I have to call the setShouldWatch(true); method. Just test: if world is remote print something. If world is not remote print something else. It's simple.
October 28, 20196 yr Author 1 minute ago, Differentiation said: Just test: if world is remote print something. If world is not remote print something else. It's simple. I'll try.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.