fix spawnschutz raus

(cherry picked from commit da83d48256)
This commit is contained in:
michael.reiswich
2021-05-24 13:29:11 +02:00
committed by hydrant
parent 5920c47865
commit c00a45a49f
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() {