Modified changelog a bit.

This commit is contained in:
nossr50 2012-02-13 17:51:38 -08:00
parent ea2ae0b5c3
commit 06c0b4cc11
2 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,9 @@ Changelog:
Version 1.2.12 Version 1.2.12
- Added anonymous usage statistics (you can opt out in plugins/PluginMetrics/config.yml) - Added anonymous usage statistics (you can opt out in plugins/PluginMetrics/config.yml)
- Modified onEntityDamage to have better compatibility with other plugins - Modified onEntityDamage priority to have better compatibility with other plugins (Factions, WorldGuard, etc...)
- Fixed /mcgod, & /mmoedit defaulting to true - Fixed /mcgod, & /mmoedit defaulting to true
- Fixed Fishing not handing out any XP - Fixed Fishing not working or handing out XP
Version 1.2.11 Version 1.2.11
- Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO) - Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO)

View File

@ -204,6 +204,7 @@ public class Swords
} }
} }
} }
public static void bleedSimulate(mcMMO plugin) public static void bleedSimulate(mcMMO plugin)
{ {
//Add items from Que list to BleedTrack list //Add items from Que list to BleedTrack list