Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicCosmetics
Commits
36f1311f
Commit
36f1311f
authored
2 years ago
by
Ashijin
Browse files
Options
Download
Email Patches
Plain Diff
Fixed ModelEngine compatibility
parent
23f06409
master
Terminated/dev
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugin/src/main/java/io/lumine/cosmetics/MCCosmeticsPlugin.java
.../src/main/java/io/lumine/cosmetics/MCCosmeticsPlugin.java
+1
-1
No files found.
plugin/src/main/java/io/lumine/cosmetics/MCCosmeticsPlugin.java
View file @
36f1311f
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment