prism / PrismRefracted

A continuation of Prism, a change-tracking plugin for Bukkit-based servers.
Other
44 stars 23 forks source link

Fix undo action type check #63

Open Rothes opened 1 year ago

Rothes commented 1 year ago

final PrismProcessAction process = aq.getPrismProcessRecord(recordId); always creates a PrismProcessAction even the provided ID to query is not a prism-process action. Added the statement to force it's a prism-process.

Fixed https://github.com/Rothes/PrismRefracted/issues/7