Remove needless empty line
All checks were successful
Build & Test / nix-build (push) Successful in 1m46s
All checks were successful
Build & Test / nix-build (push) Successful in 1m46s
This commit is contained in:
parent
4e702caa6a
commit
0b8bbca40b
@ -6,5 +6,4 @@ config :amethyst,
|
|||||||
auth: true, # Whether or not users should be authenticated with Mojang.
|
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.
|
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
|
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
|
release: config_env() == :prod # If this is set to false, Amethyst will perform additional checks at runtime and will handle errors more loosely
|
||||||
|
Loading…
Reference in New Issue
Block a user