summary refs log tree commit diff homepage
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index fba3da4..7a288f8 100644
--- a/index.js
+++ b/index.js
@@ -24,7 +24,7 @@ client.on("auth", function() {
     client.disconnect();
     setTimeout(function() {
         client.connect();
-    }, 10000);
+    }, c.RCON_RECONNECT_DELAY * 1000);
 });
 
 client.connect();