diff options
author | destruc7i0n <dscdsouza@outlook.com> | 2020-02-05 21:23:00 -0500 |
---|---|---|
committer | destruc7i0n <dscdsouza@outlook.com> | 2020-02-05 21:23:00 -0500 |
commit | f99e623f643c0a55dfa27a792fe451ccba64d7ec (patch) | |
tree | d5376e2dcfdd676dfe6a4653e9f0433a5987ac56 /src/Config.ts | |
parent | More config handling (diff) | |
download | shulker-f99e623f643c0a55dfa27a792fe451ccba64d7ec.tar.gz shulker-f99e623f643c0a55dfa27a792fe451ccba64d7ec.zip |
Some more cleanup
Diffstat (limited to 'src/Config.ts')
-rw-r--r-- | src/Config.ts | 1 |
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 |