summary refs log tree commit diff homepage
path: root/src/Config.ts
diff options
context:
space:
mode:
authordestruc7i0n <dscdsouza@outlook.com>2020-02-05 21:23:00 -0500
committerdestruc7i0n <dscdsouza@outlook.com>2020-02-05 21:23:00 -0500
commitf99e623f643c0a55dfa27a792fe451ccba64d7ec (patch)
treed5376e2dcfdd676dfe6a4653e9f0433a5987ac56 /src/Config.ts
parentMore config handling (diff)
downloadshulker-f99e623f643c0a55dfa27a792fe451ccba64d7ec.tar.gz
shulker-f99e623f643c0a55dfa27a792fe451ccba64d7ec.zip
Some more cleanup
Diffstat (limited to '')
-rw-r--r--src/Config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Config.ts b/src/Config.ts
index 5688f2e..77fefd2 100644
--- a/src/Config.ts
+++ b/src/Config.ts
@@ -29,7 +29,6 @@ export interface Config {
   REGEX_SERVER_PREFIX: string
   REGEX_MATCH_CHAT_MC: string
   REGEX_IGNORED_CHAT: string
-  RCON_RECONNECT_DELAY: number
   DEBUG: boolean
 
   SERVER_NAME: string