removed bug fix that caused SG break

This commit is contained in:
Cheese 2015-10-16 21:47:22 +11:00
parent 016cea15f3
commit 32489388c6

View File

@ -41,7 +41,7 @@ public class PerkHorsePet extends Perk
C.cGray + "You have a loyal horse companion.",
});
Bukkit.getPluginManager().registerEvents(this, Manager.getPlugin());
//Bukkit.getPluginManager().registerEvents(this, Manager.getPlugin());
}
@Override