Detox 1.1 (build 24) Minor Update

This new version adds the following console variables:
• detox_bantype (details)
• detox_updatewithplayers

And the following console commands:
• detox_forceupdate

The detox_updatewithplayers variable is used to prevent the plugin from updating itself while players are on the server. This is just to prevent any unexpected behavior such as lag spikes that the update process might cause. The detox_forceupdate command was added as a way of forcing an update when using this mode.

So what should you set detox_updatewithplayers to?
The default value is 0, which means the plugin will not update itself while players are on the server (excluding bots), but if it is set to 1 than it will update itself without concern for the amount of players on the server.

What should you set detox_bantype to?
It defaults to 0, meaning it will ban by Steam ID when sv_lan is 0 and by IP when sv_lan is 1. To force bans to ban by Steam ID only, set detox_bantype to 1. To force bans to ban by IP only, set detox_bantype to 2.

As always, the plugin will automatically update on your servers if you already have Detox installed.

New users can visit the downloads page.

Update: Variable rules were also updated to block certain exploits.