Remove unwanted duplicate postEnable call.

This commit is contained in:
Olof Larsson 2016-05-18 09:26:53 +02:00
parent a913433347
commit e35bc820be
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -184,8 +184,6 @@ public class Factions extends MassivePlugin
ChatTagName.get().register(); ChatTagName.get().register();
ChatTagNameforce.get().register(); ChatTagNameforce.get().register();
ChatTagTitle.get().register(); ChatTagTitle.get().register();
postEnable();
} }
public GsonBuilder getGsonBuilderWithoutPreprocessors() public GsonBuilder getGsonBuilderWithoutPreprocessors()