package AutoClear
{
function GameConnection::onClientLeaveGame(%this)
{
if(!%this.isAdmin)
servercmdClearBricks(%this);
return parent::onClientLeaveGame(%this);
}
};
activatepackage(AutoClear);
package that for him...
it will have a user clear their own bricks when they leave if they aren't admin..
It might mess with other users builds (if collaborative), though