Remove redundant maxReconnects database connection property

This commit is contained in:
zreed
2014-07-08 21:25:40 -04:00
committed by TfT_02
parent daab095557
commit 94a566acc9
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ Version 1.5.01-dev
= Fixed bug where Alchemy would not fire BrewEvents
= Fixed bug with setting custom names and lore in treasures config
= Fixed bug which would cause a NullPointerException with getFlowerAndGrassXp()
= Fixed bug which could cause and SQLException regarding the connection property 'maxReconnects'.
! Changed SecondaryAbilityEvent to implement Cancellable and it now gets fired for damage related secondary abilities
! Changed the way mcMMO handles bonus damage, updated for the new damage event API
! Changed player data saving. Save tasks are now asynchronous