Move the comment section attached to the Kraken in advanced.yml

This is to fix a shortcoming in the autoupdate-config loader, which will attach related comments to nodes.
Issue: A nodes will get comments from another node of the same name, anywhere else in the config.
Solution: Move the comment to be attached to the "Kraken" node.

Long term: This can be a known bug and worked around by the team, or can be addressed more seriously by looking into changing how comments are applied to configs.  For now, this is a patch solution that should work fine.

Fixes #1043
This commit is contained in:
NuclearW 2013-05-05 05:27:11 -04:00
parent 18efd09421
commit 1f17d5d11e

View File

@ -412,10 +412,10 @@ Spout:
Tier2: 400 Tier2: 400
Tier3: 600 Tier3: 600
Tier4: 800 Tier4: 800
Kraken:
# #
# Customize the kraken! # Customize the kraken!
### ###
Kraken:
Enabled: true Enabled: true
Tries_Before_Release: 50 Tries_Before_Release: 50
Health: 50 Health: 50