Protection when people are online.

When someone is online they are protected. Any ideas?

 Here is my config:

{
"absoluteTimeScale": {
},
"activity": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"afkMinutes": 15,
"clanFirstOffline": false,
"clanShare": false,
"cooldownMinutes": 0,
"damageScale": {
"1": 0.2,
"12": 1,
"3": 0.35,
"48": 2,
"6": 0.5
},
"interimDamage": 0.0,
"minMembers": 1,
"playSound": false,
"prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"wall.external",
"gates.external",
"box",
"locker"
],
"showMessage": true,
"sound": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"VERSION": "0.3.9"
}

cooldown 0 

interimdamage 0.0

I guess that's why

What should I set it too?

Remove .0 from the damage so it reads interimdamage 0 not 0.0

If that doesnt work then you have to add cooldown 1 (protection after 1 minute)

If that doesnt work try cooldown 0 and interimdamage 0.1