mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-31 13:40:52 +00:00
SERVER: Increase delay for Lightning after Zap-O-Matic startup
This commit is contained in:
parent
a77a7f7807
commit
0f9500276b
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void zapper_start(string zapper) {
|
|||
self = tempe;
|
||||
} else if (zents.classname == "zapper_node" && zents.target) {
|
||||
zents.think = zapper_play;
|
||||
zents.nextthink = time + 0.1;
|
||||
zents.nextthink = time + 0.65;
|
||||
}
|
||||
zents = find(zents, zappername, zapper);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue