From 3faba571382532532f6daa570c9df39a5bda976b Mon Sep 17 00:00:00 2001 From: secret_online Date: Sun, 24 Jan 2016 09:17:35 +1300 Subject: Add config option for RCON delay --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') 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(); -- cgit 1.4.1