removed unused import

This commit is contained in:
Fabian
2021-06-15 11:21:58 +02:00
parent e76c08ec83
commit 150303f6ee

View File

@@ -1,5 +1,4 @@
import game from "..";
export let spawnschutzEnabled = false;
export let spawnschutzEnabled = false;
var spawnschutzTimer;
export default function spawnschutz() {