Closed valaphee closed 2 months ago
those both represent the exact same thing, just in a different format?
They are semantically the same, but they get reordered except the comments, which are now misleading.
try = ["lobby"]
# Configure your forced hosts here.
#"lobby.example.com" = [
# "lobby"
#]
uncommenting would logically break the config, and its also not immediately clear where it even belongs,
just smth I noticed, would probably better to correct the order, have a placeholder value (like Bungee) or to remove this comment if it breaks anyway.
This is generally just how trailing comments tend to work, they're not affixed to a node and so are generally just kept inline or something. This is not really something worth spending our time on.
Expected Behavior
When a config version is update the forced-hosts section should stay
Actual Behavior
Steps to Reproduce
Having a legacy config (or changing the config version), and starting velocity
Plugin List
N/A
Velocity Version
Latest commit
Additional Information
No response