reduced timer time
This commit is contained in:
parent
759621625a
commit
a378487b93
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user