I guess you could do a quick override in the console if you're okay with the players not being able to drop items at all.
Keep in mind that this temporarily removes default functionality and the next server you start will include this function again. If you'd like, you can re-code the function again if you need to have the ability back but don't want to restart the server.
function serverCmdDropTool(%client, %slot) { return; }