Error compiling with today's update.
I will use my limited skills to see if I can work it out
Error compiling with today's update.
I will use my limited skills to see if I can work it out
Think I found what needed to be changed
Line 18
Change
Player.EnablePlayerCollider();
TO
Player.UpdatePlayerCollider(true);
I should undo my change then. 8)
Only noticed your reply after i posted that which might be a rubbish fix. 8(
Merged postI did it right then, I was just a bit slow. LOL
I borrowed the fix from Vanish by comparing how that plugin was fixed.