Fix herochat integration not loading fixes #1043

Introduced in 1f5e591ce6
This commit is contained in:
Alex Ivanov 2016-06-15 19:18:47 +03:00 committed by Olof Larsson
parent 965911d3de
commit 7b7b189573
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -13,7 +13,7 @@ public class IntegrationHerochat extends Integration
public static IntegrationHerochat get() { return i; }
private IntegrationHerochat()
{
this.setPluginName("HeroChat");
this.setPluginName("Herochat");
}
// -------------------------------------------- //