Add missing parent in AoE config (#509)

This commit is contained in:
sdburns1998
2019-06-06 16:08:29 +02:00
committed by Kyleeld
parent 417c11122a
commit 0b01976257

View File

@@ -50,7 +50,8 @@ public interface AoeWarningConfig extends Config
position = 2,
keyName = "overlayColor",
name = "Overlay Color",
description = "Configures the color of the AoE Projectile Warnings overlay"
description = "Configures the color of the AoE Projectile Warnings overlay",
parent = "overlayStub"
)
default Color overlayColor()
{