From 0b8bbca40bb638f51096e2e6244570a2db5dc844 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 15 Oct 2024 11:29:51 +0200 Subject: [PATCH] Remove needless empty line --- config/runtime.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index f1301cc..640bae0 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -6,5 +6,4 @@ config :amethyst, auth: true, # Whether or not users should be authenticated with Mojang. compression: 256, # Packets larger than this amount are sent compressed. Set to nil to disable compression. default_game: Example.Game, # Which game new players should be sent to - release: config_env() == :prod # If this is set to false, Amethyst will perform additional checks at runtime and will handle errors more loosely