Call the setupMultiversionMaterials method in Enable method.

This commit is contained in:
ProSavage 2018-08-13 00:36:12 -05:00
parent 8fc9ed7395
commit a0d3841826
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ public class P extends MPlugin {
factionsFlight = true;
}
setupMultiversionMaterials();
// Register Event Handlers
getServer().getPluginManager().registerEvents(new FactionsPlayerListener(this), this);
getServer().getPluginManager().registerEvents(new FactionsChatListener(this), this);