I haven't used this hook before, so I may misunderstand something. I'm on the new christmas update that just released this morning.
I put this code in my plugin (from docs):
I put this code in my plugin (from docs):
object CanDeployItem(BasePlayer player, Deployer deployer, uint entityId)
{
Puts("CanDeployItem works!");
return null;
}1. I confirmed my plugin is loaded (other hooks are working).
2. I placed a foundation, then a tool cupboard on top of it, then a bear trap nearby.
Nothing was written to console. Do I misunderstand what "deploy" means?