ACF-Team / ACF-3

ACF
MIT License
67 stars 55 forks source link

Add PreUpdate hooks #258

Closed brandonsturgeon closed 2 years ago

brandonsturgeon commented 2 years ago

A followup to my previous PR: https://github.com/Stooberton/ACF-3/pull/233

We also found a need to prevent players from updating their ACF entities.

I saw some code already existed for pre-update, but it wasn't in the places I needed it. I decided to add these in the same way I added the PreCreate. Let me know if you can think of a better way.

Thanks!