From 7b7b18957374d98e0e64ef259e701cb1d4924872 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Wed, 15 Jun 2016 19:18:47 +0300 Subject: [PATCH] Fix herochat integration not loading fixes #1043 Introduced in 1f5e591ce6f7fc20ef2ff8a8b69e224ed98ee58b --- .../factions/integration/herochat/IntegrationHerochat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/massivecraft/factions/integration/herochat/IntegrationHerochat.java b/src/com/massivecraft/factions/integration/herochat/IntegrationHerochat.java index d2a6789e..ec2f8c68 100644 --- a/src/com/massivecraft/factions/integration/herochat/IntegrationHerochat.java +++ b/src/com/massivecraft/factions/integration/herochat/IntegrationHerochat.java @@ -13,7 +13,7 @@ public class IntegrationHerochat extends Integration public static IntegrationHerochat get() { return i; } private IntegrationHerochat() { - this.setPluginName("HeroChat"); + this.setPluginName("Herochat"); } // -------------------------------------------- //