Skip to content

Commit e45ddea

Browse files
committed
reset first respawn time changing value
1 parent e32d89d commit e45ddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/CTF/Scripts/CTF.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ shared class CTFSpawns : RespawnSystem
286286
// formula - 60 * n + 180
287287
if (getRules().hasTag("offi match")) {
288288
if (getGameTime() >= 780 * getTicksASecond() && getGameTime() <= 1380 * getTicksASecond()) { // 10 min
289-
tickspawndelay = s32(getTicksASecond() * 6);
289+
tickspawndelay = s32(getTicksASecond() * 7);
290290
} else if (getGameTime() >= 1380 * getTicksASecond() && getGameTime() <= 1680 * getTicksASecond()) { // 20 min
291291
tickspawndelay = s32(getTicksASecond() * 10);
292292
} else if (getGameTime() >= 1680 * getTicksASecond() && getGameTime() <= 1980 * getTicksASecond()) { // 25 min // 25 min

0 commit comments

Comments
 (0)