aboutsummaryrefslogtreecommitdiff
path: root/run.go
diff options
context:
space:
mode:
authorHimbeerserverDE <52707839+HimbeerserverDE@users.noreply.github.com>2022-04-21 14:43:19 +0200
committerGitHub <noreply@github.com>2022-04-21 14:43:19 +0200
commit61b3f3f659ccd1cbd6aeccb9b65b7a0ab01415a1 (patch)
treeecbb79d5d9df97e63622aa7e4508f1ff73ccd61a /run.go
parente15dce80549e3b8c0a8e5febbc08d833654fb69c (diff)
parente14f0b203a06271f563214febba9243838a7e71d (diff)
Merge pull request #86 from ev2-1/Issue#68
Issue#68
Diffstat (limited to 'run.go')
-rw-r--r--run.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/run.go b/run.go
index f7ca66f..f7c1d72 100644
--- a/run.go
+++ b/run.go
@@ -19,10 +19,6 @@ func Run() {
}
func runFunc() {
- if err := LoadConfig(); err != nil {
- log.Fatal(err)
- }
-
if !Conf().NoPlugins {
loadPlugins()
}