ID:175761
 
Don't want the player to be able to move while resting. Any way to accomplish this?
client
Move()
if(mob.resting) return
. = ..()