Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

[Bug] Protector break History plugin #56

Closed tanpro260196 closed 7 years ago

tanpro260196 commented 7 years ago

History Plugin no longer record tile placement once you installed Protector (any version). History still record tile break, wall placement, tile slope, paint. But does not record tile placement.

History: https://tshock.co/xf/index.php?resources/history.154/ Lastest Version of History on Github : https://github.com/deadsurgeon42/History

CoderCow commented 7 years ago

This is due to the order in which hooks are registered by the plugins. Shouldn't be hard to fix.