Kicked: InsideTerrain: Enforcing (violation of 200)Fixed
Awbq0TSddHvrZfk GuttoNunes

I keep getting kicked out for the same problem, I've updated the vanish and nothing works. Is it possible to delete my admin and create another one?

The update for this plugin only applies to this plugin and when you are invisible on disconnect underground. It will not help other plugins if another's causing the hair by being inside terrain.
Thx, cool =)

im haveing the same issue pasted this on line 351 but didnt fix it.

private object OnPlayerViolation(BasePlayer player, AntiHackType type)
{
    if (type == AntiHackType.InsideTerrain && player.IsAdmin) return false;
    return null;
}​

Not fixed.

bran

Not fixed.

As mentioned previously, the check in this plugin only handles this plugin if the player is vanished; it will not handle other plugins or other issues. It was fixed for the issue caused by this plugin functionality.

I was vanished and got terrain violation. I couldn't sign back into server. I unload the plugin and the problem "vanishes". Evidence suggests it is your plugin causing it. 

Does appear like it's returned again in the recent update. 

mwallen1985

I was vanished and got terrain violation. I couldn't sign back into server. I unload the plugin and the problem "vanishes". Evidence suggests it is your plugin causing it. 

A temp solution would be `terrain_protection 0` in the console or config. But not a permanent fix.

Locked automatically