Zombies won't spawnFixed

I didn't meet any zombies. They won't spawn. Maybe I configured something wrong?

{
  "Spawn Settings": {
    "Spawn near players": false,
    "Min pop for near player spawn": 1,
    "Min distance from player": 40.0,
    "Max distance from player": 80.0,
    "Spawn Time": 19.8,
    "Destroy Time": 7.3,
    "Zombie Settings": {
      "Scarecrow Population (total amount)": 50,
      "Scarecrow Health": 200.0,
      "Scarecrow Kits": []
    },
    "Chance Settings": {
      "Chance per cycle": 100.0,
      "Days betewen spawn": 0
    }
  },
  "Destroy Settings": {
    "Leave Corpse, when destroyed": false,
    "Leave Corpse, when killed by player": true,
    "Half bodybag despawn time": true,
    "Quick destroy corpses": true
  },
  "Behaviour Settings": {
    "Attack sleeping players": false,
    "Zombies attacked by outpost sentries": true,
    "Ignore Human NPCs": true,
    "Ignored entities (full entity shortname)": [
      "scientistjunkpile.prefab",
      "scarecrow.prefab"
    ]
  },
  "Broadcast Settings": {
    "Broadcast spawn amount": false
  }
}​

Me too :( The settings are the same.

Can Confirm, not spawning in a correct area atleast - noticed corpses being being destroyed on am time though in console.

It only seems to spawn the Scarecrows. Did the code change for calling murderers?

Faxx

It only seems to spawn the Scarecrows. Did the code change for calling murderers?

Yes, murderers were removed from the game last month so I've had to remove support for them.
Locked automatically