From a378487b9342d3ecfa503cc01a042a9e622647de Mon Sep 17 00:00:00 2001 From: jenz Date: Mon, 13 Nov 2023 13:54:46 +0100 Subject: [PATCH] reduced timer time --- zombie_hunting_respawn/zh_respawn_stop.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zombie_hunting_respawn/zh_respawn_stop.sp b/zombie_hunting_respawn/zh_respawn_stop.sp index c3415d1e..f39ddf5b 100644 --- a/zombie_hunting_respawn/zh_respawn_stop.sp +++ b/zombie_hunting_respawn/zh_respawn_stop.sp @@ -389,7 +389,7 @@ public void unloze_zoneEntry(int client, char[] zone) DataPack hDataPack = new DataPack(); hDataPack.WriteString(zone); hDataPack.WriteCell(GetClientSerial(client)); - CreateTimer(1.0, retry_zoneEntry, hDataPack); + CreateTimer(0.2, retry_zoneEntry, hDataPack); return; } for (int i = 0; i < g_zoneCount; i++)