Adjust spirit interval in server.js

This commit is contained in:
2025-05-28 07:13:04 +02:00
parent c5c6b65ab6
commit ecd352b333

View File

@@ -10,7 +10,7 @@ const server = http.createServer(app);
const wss = new ws.Server({ server });
let spiritPos = 0;
const SPIRIT_INTERVAL_MS = 20000; // 20 Sekunden
const SPIRIT_INTERVAL_MS = 18000; // 20 Sekunden
let lastSpiritSpawn = Date.now();
let spiritTimer = null;