Call the setupMultiversionMaterials method in Enable method.
This commit is contained in:
parent
8fc9ed7395
commit
a0d3841826
@ -179,6 +179,8 @@ public class P extends MPlugin {
|
|||||||
factionsFlight = true;
|
factionsFlight = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setupMultiversionMaterials();
|
||||||
|
|
||||||
// Register Event Handlers
|
// Register Event Handlers
|
||||||
getServer().getPluginManager().registerEvents(new FactionsPlayerListener(this), this);
|
getServer().getPluginManager().registerEvents(new FactionsPlayerListener(this), this);
|
||||||
getServer().getPluginManager().registerEvents(new FactionsChatListener(this), this);
|
getServer().getPluginManager().registerEvents(new FactionsChatListener(this), this);
|
||||||
|
Loading…
Reference in New Issue
Block a user