1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-19 15:31:25 +02:00
This commit is contained in:
TheYeti 2012-02-06 11:26:41 -08:00
parent 11e1dc7ec8
commit 30fb2770a6

@ -146,7 +146,6 @@ public class mcMMO extends JavaPlugin
pm.registerEvents(entityListener, this); pm.registerEvents(entityListener, this);
PluginDescriptionFile pdfFile = this.getDescription(); PluginDescriptionFile pdfFile = this.getDescription();
mcPermissions.initialize(getServer());
if(LoadProperties.useMySQL) if(LoadProperties.useMySQL)
{ {