imp plugin: fix magpie impling name and spelling
This commit is contained in:
@@ -208,10 +208,10 @@ public interface ImplingsConfig extends Config
|
||||
@ConfigItem(
|
||||
position = 16,
|
||||
keyName = "magpieColor",
|
||||
name = "Ninja impling color",
|
||||
name = "Magpie impling color",
|
||||
description = "Text color for Magpie implings"
|
||||
)
|
||||
default Color getMapgieColor()
|
||||
default Color getMagpieColor()
|
||||
{
|
||||
return new Color(142, 142, 19);
|
||||
}
|
||||
|
||||
@@ -150,8 +150,8 @@ public class ImplingsPlugin extends Plugin
|
||||
}
|
||||
if (config.showMagpie())
|
||||
{
|
||||
ids.put(NpcID.MAGPIE_IMPLING, config.getMapgieColor());
|
||||
ids.put(NpcID.MAGPIE_IMPLING_1652, config.getMapgieColor());
|
||||
ids.put(NpcID.MAGPIE_IMPLING, config.getMagpieColor());
|
||||
ids.put(NpcID.MAGPIE_IMPLING_1652, config.getMagpieColor());
|
||||
}
|
||||
if (config.showNinja())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user