Commit 36f1311f authored by Ashijin's avatar Ashijin
Browse files

Fixed ModelEngine compatibility

No related merge requests found
......@@ -116,7 +116,7 @@ public class MCCosmeticsPlugin extends LuminePlugin {
backManager = new BackManager(this);
sprayManager = new SprayManager(this);
offhandManager = new OffhandManager(this);
if(Bukkit.getPluginManager().getPlugin("ModelEngine_Beta") != null) {
if(Bukkit.getPluginManager().getPlugin("ModelEngine") != null) {
try {
megManager = new MEGManager(this);
} catch(Exception | Error ex) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment