Closed cryxli closed 11 years ago
Task: Upgrading to 1.4.5-R0.1; completed Defect: Fixing everything that has been obviously broken; it compiles - two ugly hacks added Review: Someone else! Test: (extensively) required
Test: Is working. Review: Postponed.
With bukkit 1.4.5-R0.1 JavaPlugin.getDataFolder() became final which broke our whole design. (https://bukkit.atlassian.net/browse/BUKKIT-2984)
JavaPlugin.getDescription() is final, too. this breaks our testing project. -> Not a single project/module compiles anymore.