From 25c72d1ce3d55f52ac27bec462c679709c391929 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Sun, 16 Jan 2022 16:38:53 -0500 Subject: [PATCH] Bifrost: Fix removal of sendPlayerDeath in default config. --- foundation-bifrost/src/main/resources/bifrost.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundation-bifrost/src/main/resources/bifrost.yaml b/foundation-bifrost/src/main/resources/bifrost.yaml index 676e128..f7d6799 100644 --- a/foundation-bifrost/src/main/resources/bifrost.yaml +++ b/foundation-bifrost/src/main/resources/bifrost.yaml @@ -18,6 +18,7 @@ channel: sendShutdown: true sendPlayerJoin: true sendPlayerQuit: true + sendPlayerDeath: true # Enables logging of what is sent to Discord. enableDebugLog: false