mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
parent
d93c83f775
commit
b964e3f7c3
@ -31,6 +31,7 @@ Version 1.5.01-dev
|
|||||||
= Fixed bug which could cause and SQLException regarding the connection property 'maxReconnects'.
|
= Fixed bug which could cause and SQLException regarding the connection property 'maxReconnects'.
|
||||||
= Fixed bug where falling blocks were incorrectly tracked
|
= Fixed bug where falling blocks were incorrectly tracked
|
||||||
= Fixed bug where items would get deleted when in Berserk with a full inventory
|
= Fixed bug where items would get deleted when in Berserk with a full inventory
|
||||||
|
= Fixed bug where the console would not correctly show party chat colors
|
||||||
! Changed SecondaryAbilityEvent to implement Cancellable and it now gets fired for damage related secondary abilities
|
! 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 the way mcMMO handles bonus damage, updated for the new damage event API
|
||||||
! Changed player data saving. Save tasks are now asynchronous
|
! Changed player data saving. Save tasks are now asynchronous
|
||||||
|
@ -45,6 +45,6 @@ public class PartyChatManager extends ChatManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugin.getLogger().info("[P]<" + party.getName() + ">" + message);
|
plugin.getServer().getConsoleSender().sendMessage("[mcMMO] [P]<" + party.getName() + ">" + message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user