Type `BasePlayer' does not contain a definition for `UpdatePlayerCollider'Error

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();

Error while compiling: BotNames.cs(21,20): error CS1061: Type `BasePlayer' does not contain a definition for `UpdatePlayerCollider' and no extension method `UpdatePlayerCollider' of type `BasePlayer' could be found. Are you missing an assembly reference?