Hi,
This plugin broke again with today's update.
The fix is in line 18
I used another plugin to work out the fix to see what they updated.
Change Line 18 from
Player.UpdatePlayerCollider(true);
to
Player.EnablePlayerCollider();
Hi,
This plugin broke again with today's update.
The fix is in line 18
I used another plugin to work out the fix to see what they updated.
Change Line 18 from
Player.UpdatePlayerCollider(true);
to
Player.EnablePlayerCollider();