Error compiling after today's update

Error while compiling MapNoteTeleport: 'BasePlayer' does not contain a definition for 'flyhackPauseTime' and no accessible extension method 'flyhackPauseTime' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 321, Pos: 20

Fix for the compile issue would be to change:

player.flyhackPauseTime = _configData.GlobalSettings.MaximumCooldown;

to

player.PauseFlyHackDetection(_configData.GlobalSettings.MaximumCooldown);
JdZPyU9tOaI5Wce.jpg Steel

Fix for the compile issue would be to change:

player.flyhackPauseTime = _configData.GlobalSettings.MaximumCooldown;

to

player.PauseFlyHackDetection(_configData.GlobalSettings.MaximumCooldown);
indeed it is, thank you very much