mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Tweak start-up delay
This commit is contained in:
parent
9088d1ef9c
commit
f7d87c4c28
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
Player,
|
||||
Dialog,
|
||||
|
||||
SCRIPT_STARTUP_DELAY = 5000; // 5s
|
||||
SCRIPT_STARTUP_DELAY = 3000; // 3s
|
||||
|
||||
function log(message) {
|
||||
print(APP_NAME + ": " + message);
|
||||
|
|
Loading…
Reference in a new issue