Just adding this code snippet in %localappdata%\Plutonium\storage\t6\scripts\zm\zm_transit should work fine. (Create all folders if not exist)
main()
{
replaceFunc( maps/mp/zm_transit_utility::solo_tombstone_removal, ::solo_tombstone_removal );
}
solo_tombstone_removal()
{
return;
}
Don't forget to compile it properly before adding it into that folder.