fix spawnschutz raus

This commit is contained in:
michael.reiswich
2021-05-24 13:29:11 +02:00
parent 1621576758
commit da83d48256
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
export let spawnschutzEnabled = true;
export let spawnschutzEnabled = false;
var spawnschutzTimer;
export default function spawnschutz() {