Clan of 4 protection not workingSolved

I have a clan of 4 on our server who the owner/person who built the base has not been online for more than 24hrs. His clan-mates should still count towards the protection timer, but they didn't.

{
  "absoluteTimeScale": {
    "03": 0.1
  },
  "activity": [
    "input"
  ],
  "afkMinutes": 5,
  "clanFirstOffline": false,
  "clanShare": false,
  "cooldownMinutes": 5,
  "damageScale": {
    "1": 0.0,
    "8": 1
  },
  "interimDamage": 0.0,
  "minMembers": 1,
  "playSound": true,
  "prefabs": [
    "door.hinged",
    "door.double.hinged",
    "window.bars",
    "floor.ladder.hatch",
    "floor.frame",
    "wall.frame",
    "shutter",
    "wall.external",
    "gates.external",
    "box",
    "locker"
  ],
  "serverTimeOffset": 0,
  "showMessage": true,
  "protectionMessage": true,
  "sound": "assets/prefabs/npc/scientist/sound/death.prefab",
  "VERSION": "0.4.2"
}

you need to set "ClanShare" to true (line 7ish)

Locked automatically