In the current code, in many cases, if an event has been cancelled by another plugin, SiegeWar ignores the cancellation.
For example, if another plugin cancelled the death event.....SW would still process the death and award kill-points.
This is not good, we want SW to respect the actions of other plugins where possible.
This PR resolves the issue by adding the missing ignoreCancelled=true tags.
New Nodes/Commands/ConfigOptions:
N/A
Relevant Issue ticket:
Closes #832
[N/A] I have tested this pull request for defects on a server.
By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the SiegeWar License for perpetuity.
Description:
New Nodes/Commands/ConfigOptions:
N/A
Relevant Issue ticket:
Closes #832
By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the SiegeWar License for perpetuity.